diff options
author | hasso <hasso> | 2004-05-21 09:31:30 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-05-21 09:31:30 +0000 |
commit | 538621f2f80ced838048fa7402e57face3b224a5 (patch) | |
tree | 1193f5948da15db665aa6d4a43027c466c0614b4 /bgpd/bgp_vty.h | |
parent | 3950fda506e4db58a0ccc50156cf70f97da95bc3 (diff) |
Merge graceful restart capability display and some small fixes from Zebra
repository by Rivo Nurges.
Diffstat (limited to 'bgpd/bgp_vty.h')
-rw-r--r-- | bgpd/bgp_vty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h index 15ad5810..74bc1850 100644 --- a/bgpd/bgp_vty.h +++ b/bgpd/bgp_vty.h @@ -19,3 +19,4 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ void bgp_vty_init (); +char *afi_safi_print (afi_t, safi_t); |