1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
David Ahern dad6af7eb7 docs: Update mgmt vrf example
Change mgmt vrf name to just 'mgmt'
Add loopback address
Change table from 252 to auto

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
2016-03-16 17:33:40 -06:00

17 lines
307 B
Plaintext

# Example config for management VRF
# - 'vrf-default-route no' tells ifupdown2 not to install
# the default unreachable route (dhclient will add the
# default route)
auto eth0
iface eth0 inet dhcp
vrf mgmt
auto mgmt
iface mgmt
address 127.0.0.1/8
vrf-table auto
vrf-default-route no