From: David Ahern Date: Wed, 16 Mar 2016 23:33:40 +0000 (-0600) Subject: docs: Update mgmt vrf example X-Git-Tag: 1.2.2-1~146^2~164 X-Git-Url: https://git.proxmox.com/?p=mirror_ifupdown2.git;a=commitdiff_plain;h=dad6af7eb7328f3fb5081d7d8aba0d44d9dbfe57 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 --- diff --git a/docs/examples/mgmt-vrf b/docs/examples/mgmt-vrf index 2535603..4706823 100644 --- a/docs/examples/mgmt-vrf +++ b/docs/examples/mgmt-vrf @@ -6,10 +6,11 @@ auto eth0 iface eth0 inet dhcp - vrf vrf-mgmt + vrf mgmt -auto vrf-mgmt -iface vrf-mgmt - vrf-table 252 +auto mgmt +iface mgmt + address 127.0.0.1/8 + vrf-table auto vrf-default-route no