This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 "An utility library for Open Source Mobile Communications".
The branch, neels/bind has been created
at a74977772a2cba5eae9e11d9fdb67798469a4cf0 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=a74977772a2cba5eae9e11d9fdb67798469a4cf0
commit a74977772a2cba5eae9e11d9fdb67798469a4cf0
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Tue Feb 23 15:15:00 2016 +0100
ctrl if wip
http://cgit.osmocom.org/libosmocore/commit/?id=ab602da4c5002e64e9079ddd56d246d05b5ee7e1
commit ab602da4c5002e64e9079ddd56d246d05b5ee7e1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Tue Feb 23 14:01:41 2016 +0100
vty: add bind command for telnet vty line
Add VTY command
line vty
bind A.B.C.D
The command merely stores the configured IP-address, which can then be used by
the calling main program to set the telnet port of the VTY line. (Commits in
openbsc and osmo-iuh will follow up on this.)
Add function vty_get_bind_addr() to publish the address in the vty.h API.
Add static vty_bind_addr to store.
For allocation/freeing reasons, a NULL address defaults to 127.0.0.1.
BTW, I decided against allowing keywords 'any' and 'localhost' in place of an
actual IP address to make sure a written config is always identical to the
parsed config.
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications