]> git.proxmox.com Git - mirror_frr.git/commit
zebra: add 'show router-id'
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 17 Dec 2019 06:02:12 +0000 (00:02 -0600)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 17 Dec 2019 21:05:56 +0000 (15:05 -0600)
commit13b01f2f0c079ef11faab894c3843b18827b8a24
tree06afffc21cca301320fcbf0f298ca95a4375da7f
parent8887295390c5785b82922eeb5caba49da2f373d9
zebra: add 'show router-id'

router-id is buried deep in "show running-config", this new
command makes it easy to retrieve the user configured router-id.
Example:

  # configure terminal
  (config)# router-id 1.2.3.4
  (config)# end

  # show router-id
  router-id 1.2.3.4

  # configure terminal
  (config)# no router-id 1.2.3.4
  (config)# end

  # show router-id
  #

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
doc/user/zebra.rst
zebra/router-id.c