]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: configure preserve forwarding state from vty
authorJulien Courtat <julien.courtat@6wind.com>
Tue, 17 May 2016 14:26:22 +0000 (16:26 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 6 Jan 2017 14:08:48 +0000 (15:08 +0100)
commit43fc21b363e2657c444fe85bef1f72cf00fb0d4a
treeae9db3c895d6ae059faa5d6146979fe0c9ead0f6
parent6a9a3cde582277e37ff024b72b6022efcf1a5884
bgpd: configure preserve forwarding state from vty

Preserve forwarding state bit can be set in OPEN message with the use of
new vty commands
bgp graceful-restart preserve-fw-state
no bgp graceful-restart preserve-fw-state

This must be set before activating the connection to a peer, since it is
for forging graceful restart capability of OPEN messages.

Signed-off-by: Julien Courtat <julien.courtat@6wind.com>
bgpd/bgp_vty.c
bgpd/bgpd.c