struct bgp was undefined in a header.  This should probably be an
include, and be squashed into the original patch.
---
 bgpd/bgp_vty.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h
index e9dc09a..ed6d6f6 100644
--- a/bgpd/bgp_vty.h
+++ b/bgpd/bgp_vty.h
@@ -23,6 +23,8 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, 
Boston, MA
 
 #define CMD_AS_RANGE "<1-4294967295>"
 
+struct bgp;
+
 extern void bgp_vty_init (void);
 extern const char *afi_safi_print (afi_t, safi_t);
 extern int bgp_config_write_update_delay (struct vty *, struct bgp *);
-- 
2.0.4


_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to