BRIDGE_VLANDB_GOPTS_RANGE
nla_put_u16(skb, BRIDGE_VLANDB_GOPTS_RANGE, vid_range))
[BRIDGE_VLANDB_GOPTS_RANGE] = { .type = NLA_U16 },
if (tb[BRIDGE_VLANDB_GOPTS_RANGE]) {
vid_range = nla_get_u16(tb[BRIDGE_VLANDB_GOPTS_RANGE]);