diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2018-04-09 01:53:01 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-04-11 14:59:16 +0000 |
commit | 1a2b9e6d73876f7c420184b78d46e14f586402bc (patch) | |
tree | 6474008155dc78cfae38e21fda452416e9035056 /src/vnet/l2/l2_bd.h | |
parent | 70e1ae2659717a4db1a1795bbf28227e1ba7b4c2 (diff) |
L2: no-flood interface type in the Bridge-Domain
Change-Id: I50ff0cacf88182f8e0be19840c50f4954de586e2
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
(cherry picked from commit 87dad11c8717735479e57cf6c065c7a7963c3aa3)
Diffstat (limited to 'src/vnet/l2/l2_bd.h')
-rw-r--r-- | src/vnet/l2/l2_bd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/l2/l2_bd.h b/src/vnet/l2/l2_bd.h index fd34ae67a83..ffc75339e97 100644 --- a/src/vnet/l2/l2_bd.h +++ b/src/vnet/l2/l2_bd.h @@ -78,6 +78,9 @@ typedef struct /* Tunnels (Unicast vxlan) are flooded if there are no masters */ u32 tun_normal_count; + /* Interface on which packets are not flooded */ + u32 no_flood_count; + /* hash ip4/ip6 -> mac for arp/nd termination */ uword *mac_by_ip4; uword *mac_by_ip6; |