diff --git a/docs/examples/mgmt-vrf b/docs/examples/mgmt-vrf new file mode 100644 index 0000000..2535603 --- /dev/null +++ b/docs/examples/mgmt-vrf @@ -0,0 +1,15 @@ + +# 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 +