Rich Lane | 9c27b5d | 2013-10-30 17:14:32 -0700 | [diff] [blame] | 1 | -- binary |
2 | 00 03 # class | ||||
3 | 06 # type/masked | ||||
4 | 01 # length | ||||
5 | 01 # value | ||||
6 | -- python | ||||
7 | ofp.oxm.bsn_global_vrf_allowed(1) | ||||
8 | -- c | ||||
9 | obj = of_oxm_bsn_global_vrf_allowed_new(OF_VERSION_1_3); | ||||
10 | of_oxm_bsn_global_vrf_allowed_value_set(obj, 1); | ||||
11 | -- java | ||||
12 | builder.setValue(OFBooleanValue.TRUE) |