]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: additional no bgp shutdown cli command
authorDavid Schweizer <dschweizer@opensourcerouting.org>
Mon, 24 Aug 2020 06:12:16 +0000 (08:12 +0200)
committerDavid Schweizer <dschweizer@opensourcerouting.org>
Mon, 24 Aug 2020 06:12:16 +0000 (08:12 +0200)
commit1b6e7a8874bcd7c5a48d2c849e64b0dd67f49f7e
tree28f500bc22b9cc641ee9e7661db0894e11fdd68d
parent53d49b1a0e0cc80ff67cbfd4f59e8df8bac8a69a
bgpd: additional no bgp shutdown cli command

* Added a "no bgp shutdown message MSG..." cli command for ease of use
  with copy/paste. Because of current limitations with DEFPY/ALIAS and
  the message string concatenation, a new command instead of an ALIAS
  had to be implemented.

Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
bgpd/bgp_vty.c