summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-10-12 15:49:15 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-12-12 22:11:45 +0100
commit48ecf8f5109b1b1140859c01ec2a71fca88e1386 (patch)
treef9c2534e2943bb283b8a035d8433a882c1901717 /bgpd/bgpd.h
parentbgpd: Fix soft clear for evpn routes (diff)
downloadfrr-48ecf8f5109b1b1140859c01ec2a71fca88e1386.tar.xz
frr-48ecf8f5109b1b1140859c01ec2a71fca88e1386.zip
bgpd: Add code to dump the forthcoming mac hash
Add a bit of code that allows us to dump the mac hash. Future commits will actually add entries to the mac hash and then operate on it. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r--bgpd/bgpd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h
index 62096d651..a6d018849 100644
--- a/bgpd/bgpd.h
+++ b/bgpd/bgpd.h
@@ -122,6 +122,9 @@ struct bgp_master {
/* Listener address */
char *address;
+ /* The Mac table */
+ struct hash *self_mac_hash;
+
/* BGP start time. */
time_t start_time;