edoput / netjsonconfig

Network configuration management library based on NetJSON DeviceConfiguration
http://netjsonconfig.openwisp.org/
Other
1 stars 0 forks source link

Netmode #15

Closed edoput closed 7 years ago

edoput commented 7 years ago

the key netmode has a lonely value of {router, bridge} and no other keys in the namespace

The resulting configuration is

netmode={router,bridge}

and it can't be rendered from the AirOSRenderer as it's not in the format of {namespace}.{key}={value}

edoput commented 7 years ago

As of today there is a new property in the netjson where we can set the netmode for the configuration

{
    "general": ...,
    "netmode": "bridge"
}