From 95494b5278a8e4345eb46b7ae2f0a30fd7938297 Mon Sep 17 00:00:00 2001 From: lseys Date: Mon, 7 Aug 2023 17:10:48 +0200 Subject: [PATCH] =?UTF-8?q?remise=20en=20=C3=A9tat=20du=20fichier=20n'ayan?= =?UTF-8?q?t=20pas=20besoin=20d'=C3=AAtre=20modifi=C3=A9!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- misc/rpi/uci/network | 46 ++++---------------------------------------- 1 file changed, 4 insertions(+), 42 deletions(-) diff --git a/misc/rpi/uci/network b/misc/rpi/uci/network index 08852f4..8f6834d 100644 --- a/misc/rpi/uci/network +++ b/misc/rpi/uci/network @@ -1,47 +1,9 @@ -config device - config interface 'loopback' - option device 'lo' +config interface 'loopback' + option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' -config globals 'globals' - option ula_prefix 'fd78:1aa3:8b15::/48' - -config device - option name 'br-lan' - option type 'bridge' - list ports 'lan1' - list ports 'lan2' - list ports 'lan3' - list ports 'lan4' - list ports 'sfp2' - -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 device - option name 'br-wan' - option type 'bridge' - list ports 'eth1' - list ports 'wan' - -config device - option name 'eth1' - option macaddr '96:37:22:3f:67:af' - -config device - option name 'wan' - option macaddr '96:37:22:3f:67:af' - config interface 'wan' - option device 'br-wan' - option proto 'dhcp' - -config interface 'wan6' - option device 'br-wan' - option proto 'dhcpv6' + option ifname 'eth0' + option proto 'dhcp' \ No newline at end of file