]> git.proxmox.com Git - mirror_frr.git/commit - vtysh/vtysh_config.c
lib: new APIs for get/set system hostname/domainname
authorMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Mon, 28 Aug 2017 23:52:29 +0000 (16:52 -0700)
committerMitesh Kanjariya <mitesh@marvel-07.cumulusnetworks.com>
Tue, 29 Aug 2017 00:16:52 +0000 (17:16 -0700)
commit6b3ee3a0b013e580abbce83ae46e4ed2bcf5f7a7
tree0251b953373938ef887ff44d058a432f676b4e39
parent0802e118dd634b37d580effb7e5df4d4c26fa35c
lib: new APIs for get/set system hostname/domainname

1. Change hostname_get to cmd_hostname_get
2. Change domainname_get to cmd_domainname_get
3. New API to set domainname
3. Provide a CLI command to set domainname

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
bgpd/bgp_open.c
bgpd/bgpd.c
isisd/isis_dynhn.c
isisd/isis_lsp.c
isisd/isis_misc.c
isisd/isisd.c
lib/command.c
lib/command.h
lib/vty.c
vtysh/vtysh.c
vtysh/vtysh_config.c