wit-network-config/files/interfaces

29 lines
512 B
Plaintext
Raw Normal View History

2018-07-26 03:57:41 -05:00
auto lo
iface lo inet loopback
auto lo:0
iface lo:0 inet static
address 10.1.TIERID.VTEPINDEX/32
iface lo:0 inet6 static
address 2604:bbc0::TIERID:VTEPINDEX/128
auto mgmt1
iface mgmt1 inet6 auto
iface mgmt1 inet dhcp
pre-up /bin/ip link add mgmt type vrf table mgmt
pre-up /bin/ip link set up dev mgmt
pre-up /bin/ip link set master mgmt dev mgmt1
post-down /bin/ip link del dev mgmt
auto feth1
iface feth1 inet manual
mtu 9000
auto feth2
iface feth2 inet manual
mtu 9000