OVS agent: fix a comment on CANARY_TABLE
CANARY_TABLE is for br-int, not for br-tun. Grouping it with constants for br-tun tables together is misleading. Move it into a separate section and comment appropriately. No functional changes. Change-Id: Ic1aed992776a87ed77665b712de7ec3bd9dab397
This commit is contained in:
parent
35dff2a6ba
commit
4a559bbf77
@ -45,6 +45,9 @@ LEARN_FROM_TUN = 10
|
||||
UCAST_TO_TUN = 20
|
||||
ARP_RESPONDER = 21
|
||||
FLOOD_TO_TUN = 22
|
||||
|
||||
# Tables for integration bridge
|
||||
# Table 0 is used for forwarding.
|
||||
CANARY_TABLE = 23
|
||||
|
||||
# Map tunnel types to tables number
|
||||
|
Loading…
Reference in New Issue
Block a user