We have an open PR for DSA support here:
https://github.com/openwisp/netjsonconfig/pull/261
Sorry for my late response but I have been extremely busy on work related 
to the next openwisp release and some openwisp deployments lately and had 
little time to contribute to this forum.
On Wednesday, April 3, 2024 at 2:20:16 PM UTC-4 sujee...@gmail.com wrote:

> Hi folks, I'm a little worried about the configuration for bridge-vlan or 
> we can say vlan configuration on wlan. 
>
> i require below configuration pushing from openwisp controller but not 
> able to add some options in *config device* section like *ifname, vid, 
> type* which are exactly shown below and required-
>
> In /etc/config/network
>
> config bridge-vlan
>         option device 'up'
>         option vlan '8021q'
>         list ports 'eth0:t'
>
> config device
> *        option type '8021q'*
>         option name 'up3v2869'
> *        option ifname 'up'*
> *        option vid '2869'*
>
> config interface 'up3v2869'
>         option ifname 'up3v2869'
>         option metric '5'
>         option proto 'dhcp'
>         option ip4table '2'
>         option peerdns '1'
>
>
> Below is my preview configuration attached picture and its Advanced mode 
> (raw JSON):
>
> {
>     "interfaces": [
>         {
>             "type": "ethernet",
>             "name": "up3v0000",
>             "network": "br0_vlan",
>             "addresses": [
>                 {
>                     "proto": "dhcp",
>                     "family": "ipv4",
>                     "ifname": "up3v2869"
>                 }
>             ],
>             "peerdns": "1",
>             "ip4table": "2",
>             "metric": 5
>         }
>     ],
>     "network": [
>         {
>             "config_name": "bridge-vlan",
>             "device": "up",
>             "vlan": 2869,
>             "ports": [
>                 "eth0:t"
>             ]
>         }
>     ]
> }
>
>  
>
> so please help me that how can we add options in *config device* 
> section... or if any other suggestions for it please let me know.
>
> thanks in advance..
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to openwisp+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/92c0f221-eb0a-4ad2-948c-753326ac2ca4n%40googlegroups.com.

Reply via email to