This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Osmocom A-bis protcol interface library".
The branch, neels/bind has been updated discards 1d8e205e1e74777255f9f1f4ed2239c9f76095b5 (commit) via 5a210c9d2690a2cffb74afc735a789006a554492 (commit)
This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this:
* -- * -- B -- O -- O -- O (1d8e205e1e74777255f9f1f4ed2239c9f76095b5) \ N -- N -- N (5a210c9d2690a2cffb74afc735a789006a554492)
When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B.
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmo-abis/commit/?id=5a210c9d2690a2cffb74afc735a7...
commit 5a210c9d2690a2cffb74afc735a789006a554492 Author: Neels Hofmeyr nhofmeyr@sysmocom.de Date: Mon Feb 22 13:29:09 2016 +0100
ipa driver: make bind address vty configurable
Add VTY function to set the ipa bind address: e1_input ipa bind (A.B.C.D|any)
Add a priv pointer to struct e1inp_driver in order to communicate the bind address parameter to ipaccess_line_update(). Add two "internal.h" functions to get/set it in the ipa driver struct.
Add static ip_bind_addr() to use the IP address set from the VTY or, if none, use "0.0.0.0". Apply in ipaccess_line_update().
-----------------------------------------------------------------------
Summary of changes: src/e1_input_vty.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org