From 848973c71e75424d07c2cd52ba991aae1b9df12a Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 13 Aug 2003 00:32:49 +0000 Subject: 2003-08-13 kunihiro * bgpd/bgp{_fsm.c,_vty.c,d.c,d.h}: Add support for "bgp log-neighbor-changes" command. --- bgpd/bgpd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bgpd/bgpd.h') diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index 11c6bdec..498bd072 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -96,6 +96,7 @@ struct bgp #define BGP_FLAG_ASPATH_IGNORE (1 << 8) #define BGP_FLAG_IMPORT_CHECK (1 << 9) #define BGP_FLAG_NO_FAST_EXT_FAILOVER (1 << 10) +#define BGP_FLAG_LOG_NEIGHBOR_CHANGES (1 << 11) /* BGP Per AF flags */ u_int16_t af_flags[AFI_MAX][SAFI_MAX]; @@ -263,6 +264,7 @@ struct peer union sockunion su; /* Sockunion address of the peer. */ time_t uptime; /* Last Up/Down time */ time_t readtime; /* Last read time */ + time_t resettime; /* Last reset time */ unsigned int ifindex; /* ifindex of the BGP connection. */ char *ifname; /* bind interface name. */ -- cgit v1.2.1