Add constant for bagpipe flooding table

The patch adds constant for bagpipe table used to flood traffic
into EVPN tunnel and standard tunnels to gateway nodes.

Change-Id: I276319e7efcbe18aa9bdf1ace2572b786e6321bd
Related-Bug: #1915522
This commit is contained in:
Vasyl Saienko 2021-03-08 13:22:59 +00:00
parent b7c4a11158
commit 02c8c037f8
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@ LEARN_FROM_TUN = 10
UCAST_TO_TUN = 20
ARP_RESPONDER = 21
FLOOD_TO_TUN = 22
# NOTE(vsaienko): transit table used by networking-bagpipe driver to
# mirror traffic to EVPN and standard tunnels to gateway nodes
BAGPIPE_FLOOD_TO_TUN_BROADCAST = 222
TUN_BR_ALL_TABLES = (
LOCAL_SWITCHING,