
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 ula_prefix 'fda5:4c65:c2ef::/48'

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'eth0'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '64'
	option ip6ifaceid '::bad'

config device
	option name 'eth1.832'
	option type '8021q'
	option ifname 'eth1'
	option vid '832'
        list egress_qos_mapping '1:0'
        list egress_qos_mapping '0:6'
        list egress_qos_mapping '6:6'
        option macaddr '08:87:C6:73:B9:80'

config interface 'wan4'
	option device 'eth1.832'
	option proto 'dhcp'
	option hostname '*'
	option broadcast '1'
        option norelease '1' # Pour conserver IP publique after reboot.
	option vendorid 'sagem'
	option reqopts '1 3 6 15 28 51 58 59 90 119 125'
	option sendopts '77:2b46535644534c5f6c697665626f782e496e7465726e65742e736f66746174686f6d652e4c697665626f7836 90:00000000000000000000001a0900000558010341010D6674692F756832673367683c1231323334353637383930313233343536031341e56479d3af74e43b6fdf3791072815db'
        option clientid '010887C673B980'

config interface 'wan6'
	option device 'eth1.832'
	option proto 'dhcpv6'
	option reqprefix 'auto'
	option reqaddress 'none'
	option defaultreqopts '0'
        option sendopts '11:00000000000000000000001a0900000558010341010D6674692F756832673367683c1231323334353637383930313233343536031341e56479d3af74e43b6fdf3791072815db 15:FSVDSL_livebox.Internet.softathome.Livebox6 16:0000040e0005736167656d 17:000005580006000e495056365f524551554553544544'
	option reqopts '11 17 23 24'
	option noclientfqdn '1'
	option noacceptreconfig '1'
        option clientid '000300010887C673B980'

