[PATCH 0/3] v2 of: prepare configuration of vty-telnet and ctrl binds

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/OpenBSC@lists.osmocom.org/.

Neels Hofmeyr nhofmeyr at sysmocom.de
Wed Feb 24 17:59:29 UTC 2016


incorporated all comments.
* improved comment
* just talloc_free(NULL)
* don't break ctrl_interface_setup() API
* L_CTRL_NODE

Neels Hofmeyr (3):
  vty: add bind command for telnet vty line
  add ctrl_interface_setup_dynip() for bind address
  vty: add ctrl section for Control interface bind address

 include/Makefile.am                |  3 +-
 include/osmocom/ctrl/control_if.h  |  4 ++
 include/osmocom/ctrl/control_vty.h |  9 ++++
 include/osmocom/vty/command.h      |  2 +-
 include/osmocom/vty/vty.h          |  3 ++
 src/ctrl/Makefile.am               |  4 ++
 src/ctrl/control_if.c              | 10 ++++-
 src/ctrl/control_vty.c             | 90 ++++++++++++++++++++++++++++++++++++++
 src/vty/vty.c                      | 28 ++++++++++++
 9 files changed, 150 insertions(+), 3 deletions(-)
 create mode 100644 include/osmocom/ctrl/control_vty.h
 create mode 100644 src/ctrl/control_vty.c

-- 
2.1.4




More information about the OpenBSC mailing list