Files

17 lines
307 B
Plaintext
Raw Permalink Normal View History

2016-02-29 15:22:56 -08:00
# 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
2016-03-16 17:33:40 -06:00
vrf mgmt
2016-02-29 15:22:56 -08:00
2016-03-16 17:33:40 -06:00
auto mgmt
iface mgmt
address 127.0.0.1/8
vrf-table auto
2016-02-29 15:22:56 -08:00
vrf-default-route no