emissary-firmware/misc/bpi-r3/uci/network
lseys d19d77c1a8
Some checks failed
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit
fix: clear default configuration by setting only requires
2023-08-09 14:52:19 +02:00

25 lines
493 B
Plaintext

config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'sfp2'
option ip6assign '60'
config interface 'wan'
option type 'bridge'
list ports 'eth1'
list ports 'wan'
option proto 'dhcp'
config device
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'