mirror of https://github.com/hak5/openwrt-owl.git
parent
72779e560b
commit
ec9b5d6243
|
@ -883,6 +883,13 @@ static struct switch_attr rtl8366s_vlan[] = {
|
|||
.max = 1,
|
||||
.set = NULL,
|
||||
.get = rtl8366_sw_get_vlan_info,
|
||||
}, {
|
||||
.type = SWITCH_TYPE_INT,
|
||||
.name = "fid",
|
||||
.description = "Get/Set vlan FID",
|
||||
.max = RTL8366S_FIDMAX,
|
||||
.set = rtl8366_sw_set_vlan_fid,
|
||||
.get = rtl8366_sw_get_vlan_fid,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue