summaryrefslogtreecommitdiff
path: root/bgpd/bgpd.h
diff options
context:
space:
mode:
authorpaul <paul>2003-08-13 00:32:49 +0000
committerpaul <paul>2003-08-13 00:32:49 +0000
commit848973c71e75424d07c2cd52ba991aae1b9df12a (patch)
tree0a46f5b0fea868dd2003a475d860108b14786fe1 /bgpd/bgpd.h
parente8f2984c00d406781eff42db7afcdae5d5a6a366 (diff)
2003-08-13 kunihiro <kunihiro@zebra.org>
* bgpd/bgp{_fsm.c,_vty.c,d.c,d.h}: Add support for "bgp log-neighbor-changes" command.
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r--bgpd/bgpd.h2
1 files changed, 2 insertions, 0 deletions
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. */