blob: d5fe8d7ba0626827eb51263af4e148a0478e9f80 [file] [log] [blame]
Rich Lane9c27b5d2013-10-30 17:14:32 -07001-- binary
200 03 # class
306 # type/masked
401 # length
501 # value
6-- python
7ofp.oxm.bsn_global_vrf_allowed(1)
8-- c
9obj = of_oxm_bsn_global_vrf_allowed_new(OF_VERSION_1_3);
10of_oxm_bsn_global_vrf_allowed_value_set(obj, 1);
11-- java
12builder.setValue(OFBooleanValue.TRUE)