bue-kern: Change switchport 1 from client to mesh

as bue-imHaus was moved from ubnt switch to bue-kern port 1
This commit is contained in:
Leo Krueger 2018-04-06 13:57:21 +02:00 committed by GitHub
parent a0512dfd33
commit 4d4cbff3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ config switch
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0t 1 2 3'
option ports '0t 2 3'
config switch_vlan
option device 'switch0'
@ -60,6 +60,11 @@ config switch_vlan
option vlan '33'
option ports '0t 4t'
config switch_vlan
option device 'switch0'
option vlan '43'
option ports '0t 1'
config interface 'wan'
option ifname 'eth0'
option auto '1'
@ -68,6 +73,7 @@ config interface 'wan'
option proto 'dhcp'
option multicast_querier '0'
option macaddr 'ca:a5:ce:ee:f9:68'
option igmp_snooping '1'
config interface 'vlan5'
option proto 'static'
@ -99,6 +105,14 @@ config interface 'vlan33'
option transitive '1'
option igmp_snooping '0'
config interface 'vlan43'
option ifname 'eth1.43'
option macaddr 'de:ad:be:ef:90:c4'
option proto 'gluon_mesh'
option fixed_mtu '1'
option transitive '1'
option igmp_snooping '0'
config interface 'vlan7'
option ifname 'eth1.7'
option macaddr 'de:ad:be:ef:90:c3'
@ -119,20 +133,6 @@ config route6 'wan6_unreachable'
option gateway '::'
option interface 'loopback'
config interface 'client'
option type 'bridge'
option macaddr 'f4:f2:6d:2a:16:3c'
option proto 'dhcpv6'
option reqprefix 'no'
option peerdns '1'
option sourcefilter '0'
option robustness '3'
option query_interval '2000'
option query_response_interval '500'
list ifname 'eth1.1'
list ifname 'eth1.6'
list ifname 'bat0'
config interface 'mesh_wan'
option auto '0'
option ifname 'br-wan'
@ -158,32 +158,58 @@ config interface 'mesh_vpn'
option macaddr 'ca:a5:ce:ee:f9:6f'
option fixed_mtu '1'
option proto 'gluon_mesh'
option mtu '1312'
config interface 'mesh_radio0'
option proto 'gluon_mesh'
config interface 'bat0'
option multicast_router '2'
option ifname 'bat0'
config interface 'client'
option igmp_snooping '1'
option type 'bridge'
option auto '1'
option multicast_querier '1'
option macaddr 'f4:f2:6d:2a:16:3c'
option learning '1'
option proto 'none'
list ifname 'eth1.1'
list ifname 'eth1.6'
list ifname 'bat0'
list ifname 'eth1'
list ifname 'local-port'
option ipv6 '1'
option keep_ra_dnslifetime '1'
option sourcefilter '0'
option peerdns '1'
option robustness '3'
option reqprefix 'no'
option query_interval '2000'
option query_response_interval '500'
option proto 'dhcpv6'
config device 'local_node_dev'
option macaddr '16:41:95:40:f7:dc'
option ifname 'br-client'
option type 'veth'
option name 'local-node'
option type 'macvlan'
option peer_name 'local-port'
option macaddr '16:41:95:40:f7:dc'
option peer_macaddr 'f4:f2:6d:2a:16:3c'
config interface 'local_node'
option ifname 'local-node'
option ipaddr '10.112.96.1'
option ipaddr '10.112.96.1/19'
option ip6addr '2a03:2267:2::1/128'
option netmask '255.255.224.0'
option ip6deprecated '1'
option proto 'static'
config interface 'gluon_bat0'
option proto 'gluon_bat0'
config interface 'bat0'
option multicast_router '2'
option ifname 'bat0'
option auto '1'
option macaddr 'f4:f2:6d:2a:16:3c'
option learning '1'
option proto 'none'
config route6 'local_node_route6'
option target '2a03:2267:2::/64'
option gateway '::'
option interface 'client'