mirror of https://github.com/hak5/openwrt-owl.git
parent
ba7bfddaae
commit
fbc389ae9d
|
@ -1498,7 +1498,8 @@ static int rtl8366_get_ports(struct switch_dev *dev,
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
port->id = i;
|
port->id = i;
|
||||||
port->flags = vlanmc.untag ? 0 : BIT(SWITCH_PORT_FLAG_TAGGED);
|
port->flags = (vlanmc.untag & BIT(i)) ?
|
||||||
|
0 : BIT(SWITCH_PORT_FLAG_TAGGED);
|
||||||
val->len++;
|
val->len++;
|
||||||
port++;
|
port++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue