commit | 8afae4c7e2cc86f3e7913762d97d65943232e65d | [log] [tgz] |
---|---|---|
author | Wilson Ng <wilson.ng@bigswitch.com> | Mon Jun 16 14:37:35 2014 -0700 |
committer | Wilson Ng <wilson.ng@bigswitch.com> | Mon Jun 16 14:39:14 2014 -0700 |
tree | a82ce8aa5a79f7e7fad8b243547a4a1f8b608d9e | |
parent | c7109912e216f6c6d824c32446393fa42c30a37c [diff] [blame] |
Add a flag for l2gre loopback.
diff --git a/openflow_input/bsn_vport b/openflow_input/bsn_vport index 9007bf2..4f06462 100644 --- a/openflow_input/bsn_vport +++ b/openflow_input/bsn_vport
@@ -48,6 +48,8 @@ /* DSCP flags are mutually exclusive */ OF_BSN_VPORT_L2GRE_DSCP_ASSIGN = 0x2, OF_BSN_VPORT_L2GRE_DSCP_COPY = 0x4, + + OF_BSN_VPORT_L2GRE_LOOPBACK_IS_VALID = 0x8, }; // BSN Virtual port object header