libosmoctrl 1.7.0
Osmocom CTRL library
Loading...
Searching...
No Matches
control_vty.h
Go to the documentation of this file.
1
3#pragma once
4
5/* Add the 'ctrl' section to VTY, containing the 'bind' command. */
6int ctrl_vty_init(void *ctx);
7
8/* Obtain the IP address configured by the 'ctrl'/'bind A.B.C.D' VTY command.
9 * This should be fed to ctrl_interface_setup() once the configuration has been
10 * read. */
11const char *ctrl_vty_get_bind_addr(void);
int ctrl_vty_init(void *ctx)
Definition control_vty.c:78
const char * ctrl_vty_get_bind_addr(void)
Definition control_vty.c:42