1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00
Files
CumulusNetworks-ifupdown2/docs/examples/mgmt-vrf
David Ahern fc7e1fa2cc docs: Add example config for mgmt-vrf
Ticket: none
Reviewed By: none

Add example of how to configure management vrf.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
2016-02-29 15:22:56 -08:00

16 lines
294 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 vrf-mgmt
auto vrf-mgmt
iface vrf-mgmt
vrf-table 252
vrf-default-route no