
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 'fbd5:1234:5678::/48' # provisaire pendant les tests

config interface 'lan'
	option ifname 'eth0.1'
	option proto 'static'
	option netmask '255.255.255.0'
	option ip6assign '64'
	option ipaddr '192.168.2.254'
	option type 'bridge'
	list dns '1.1.1.1'

config device 'lan_dev'
	option name 'eth0.1'
	option macaddr '00:90:a9:ac:23:51' # J'ai essayé plein de choses cette nuit sur les MAC, celles d'origine, celle de la doc fourni dans le forum, celle imprimpée sous la Livebox 4 ....

config interface 'wan'
	option ifname 'eth0.832'
	option proto 'dhcp'
	option broadcast '1'
	option vendorid 'sagem'
	option reqopts '1 15 28 51 58 59 90'
	option sendopts '77:2b46535644534c5f6c697665626f782e496e7465726e65742e736f66746174686f6d652e4c697665626f7834 90:00000000000000000000001a0900000558010341010d_ici_après_le_d_les_22_caractères_attendus'

config device 'wan_dev'
	option name 'eth0.832'
	option macaddr '00:90:a9:ac:23:50' # meme commentaire que plus haut

config interface 'wan6'
	option ifname 'eth0.832'
	option proto 'dhcpv6'
	option reqprefix 'auto'
	option reqaddress 'none'
	option defaultreqopts '0'
	option sendopts '11:00000000000000000000001a0900000558010341010d_ici_après_le_d_les_22_caractères_attendus 15:FSVDSL_livebox.Internet.softathome.livebox4 16:0000040e0005736167656d'
	option reqopts '11 17 23 24'
	option noclientfqdn '1'
	option noacceptreconfig '1'
	list dns '1.1.1.2'
	list dns '1.0.0.2'
	option peerdns '0'

config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option vid '1'
	option ports '0t 1 2 3'

config switch_vlan
	option device 'switch0'
	option vlan '2'
	option vid '832'
	option ports '0t 5t'

config switch_vlan
	option device 'switch0'
	option vlan '4'
	option vid '840'
	option ports '0t 5t'

config interface 'henet'
	option proto '6in4'
	option peeraddr '216.66.xx.xx'
	option ip6addr '2001:470:xxxx:xxxx::2/64'
	option tunnelid 'xxxxxxxxxxxx'
	option password 'xxxxxxxxxx'
	option mtu '1424'
	option ttl '64'
	list ip6prefix '2001:470:xxxx::/48'
	list ip6prefix '2001:470:xxxx:xxxx::/64'
	option username 'xxxx'
	option auto '0'

config interface 'tvorange'
	option ifname 'eth0.840'
	option proto 'static'
	option ipaddr '192.168.255.254'
	option netmask '255.255.255.255'
	option delegate '0'

config device 'tvorange_dev'
	option name 'eth0.840'
	option macaddr 'fc:ec:da:7c:b8:40'

