diff options
| author | seth <[email protected]> | 2024-03-09 18:32:41 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-09 18:33:10 -0500 |
| commit | cb951dba532fe4518da5dbf876096968afab0c9a (patch) | |
| tree | ad6425aa4956a2add835469e4fcaee1e7423565e /ext/openwrt/turret/files/etc/config/network | |
| parent | c76dc8f7aeb99be22d2b256c12076a177f659321 (diff) | |
openwrt/turret: use new module and uci for everything
Diffstat (limited to 'ext/openwrt/turret/files/etc/config/network')
| -rw-r--r-- | ext/openwrt/turret/files/etc/config/network | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/ext/openwrt/turret/files/etc/config/network b/ext/openwrt/turret/files/etc/config/network deleted file mode 100644 index cb24fec..0000000 --- a/ext/openwrt/turret/files/etc/config/network +++ /dev/null @@ -1,30 +0,0 @@ - -config interface 'loopback' - option device 'lo' - option proto 'static' - option ipaddr '127.0.0.1' - option netmask '255.0.0.0' - -config globals 'globals' - option packet_steering '1' - option ula_prefix 'fd26:3166:dece::/48' - -config device - option name 'br-lan' - option type 'bridge' - list ports 'lan2' - list ports 'lan3' - list ports 'lan4' - -config interface 'lan' - option device 'br-lan' - option proto 'static' - option ipaddr '192.168.1.1' - option netmask '255.255.255.0' - option ip6assign '60' - -config interface 'wan' - option device 'lan1' - option proto 'dhcp' - option type 'bridge' - |
