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 518cca04b7feeda3995cf4c15066aafa918d341d (commit) via 0db1d43c0d6bdf4c2e67a07ebf77923e9e191aff (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 (518cca04b7feeda3995cf4c15066aafa918d341d) \ N -- N -- N (0db1d43c0d6bdf4c2e67a07ebf77923e9e191aff)
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=0db1d43c0d6bdf4c2e67a07ebf77...
commit 0db1d43c0d6bdf4c2e67a07ebf77923e9e191aff 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
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 NULL, use "0.0.0.0". Apply in ipaccess_line_update().
-----------------------------------------------------------------------
Summary of changes: include/internal.h | 4 ++-- include/osmocom/abis/e1_input.h | 2 +- src/e1_input_vty.c | 18 +++++------------- src/input/ipaccess.c | 31 +++++++++++++------------------ 4 files changed, 21 insertions(+), 34 deletions(-)
hooks/post-receive