diff options
Diffstat (limited to 'zebra/zebra_l2.h')
| -rw-r--r-- | zebra/zebra_l2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_l2.h b/zebra/zebra_l2.h index de833ebdbc..98744f3c1f 100644 --- a/zebra/zebra_l2.h +++ b/zebra/zebra_l2.h @@ -35,6 +35,7 @@ extern "C" { #define ZEBRA_BRIDGE_NO_ACTION (0) #define ZEBRA_BRIDGE_MASTER_MAC_CHANGE (1 << 1) +#define ZEBRA_BRIDGE_MASTER_UP (1 << 2) /* zebra L2 interface information - bridge slave (linkage to bridge) */ struct zebra_l2info_brslave { |
