commit | 538621f2f80ced838048fa7402e57face3b224a5 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Fri May 21 09:31:30 2004 +0000 |
committer | hasso <hasso> | Fri May 21 09:31:30 2004 +0000 |
tree | 1193f5948da15db665aa6d4a43027c466c0614b4 | |
parent | 3950fda506e4db58a0ccc50156cf70f97da95bc3 [diff] [blame] |
Merge graceful restart capability display and some small fixes from Zebra repository by Rivo Nurges.
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h index 15ad581..74bc185 100644 --- a/bgpd/bgp_vty.h +++ b/bgpd/bgp_vty.h
@@ -19,3 +19,4 @@ 02111-1307, USA. */ void bgp_vty_init (); +char *afi_safi_print (afi_t, safi_t);