diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/network b/config/network index 9ef5eb1..2b4549d 100644 --- a/config/network +++ b/config/network @@ -9,7 +9,8 @@ config interface loopback config device option name br-lan option type bridge - option ifname "eth0.1 eth0.2" + list ifname eth0.1 + list ifname eth0.2 option mtu 1500 config device |