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