diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2019-04-16 15:15:07 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-04-16 20:08:33 +0000 |
commit | e60dfd7acaae0e6bc8eaeb7d1cc75755d4cf01bc (patch) | |
tree | bea21e17703b3c015e715df0fe293df2074ba915 /src/plugins/gbp/gbp_contract.h | |
parent | 22bc2c46e316dd7d5ca4680f85337fe72896ca57 (diff) |
gbp: Add support for allow sclass/dclass 1
Change-Id: I51f61a399e3eace93011f9431cbd7968e9be627c
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/plugins/gbp/gbp_contract.h')
-rw-r--r-- | src/plugins/gbp/gbp_contract.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/gbp/gbp_contract.h b/src/plugins/gbp/gbp_contract.h index c6e9721848e..9de52eb9806 100644 --- a/src/plugins/gbp/gbp_contract.h +++ b/src/plugins/gbp/gbp_contract.h @@ -22,6 +22,7 @@ _(ALLOW_NO_SCLASS, "allow-no-sclass") \ _(ALLOW_INTRA, "allow-intra-sclass") \ _(ALLOW_A_BIT, "allow-a-bit-set") \ + _(ALLOW_SCLASS_1, "allow-sclass-1") \ _(ALLOW_CONTRACT, "allow-contract") \ _(DROP_CONTRACT, "drop-contract") \ _(DROP_ETHER_TYPE, "drop-ether-type") \ |