Interface names when putting 802.1q VLAN on top of bonding configuration
Mike Bernardo
mike at aion.cx
Fri May 28 08:52:25 PDT 2021
Ah thanks! This worked great. I swear I tried something nearly identical before that broke everything.
Mike
> On 2021/05/28, at 02:34:44 CDT (-05:00), Jo-Philipp Wich <jo at mein.io> wrote:
>
> Hi,
>
> the following should do what you want.
>
> config device
> option type 8021q
> option ifname bonding-lan
> option vid 20
> option name vlan20
>
> config interface vlan20
> option ifname vlan20
> option proto static
> option ipaddr 172.20.34.2
> option netmask 255.255.255.128
>
>
> ~ Jo
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list