mirror of
https://git.proxmox.com/git/mirror_ifupdown2
synced 2025-08-07 22:27:12 +00:00
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>
This commit is contained in:
parent
8b43d01d67
commit
dad6af7eb7
@ -6,10 +6,11 @@
|
|||||||
|
|
||||||
auto eth0
|
auto eth0
|
||||||
iface eth0 inet dhcp
|
iface eth0 inet dhcp
|
||||||
vrf vrf-mgmt
|
vrf mgmt
|
||||||
|
|
||||||
auto vrf-mgmt
|
auto mgmt
|
||||||
iface vrf-mgmt
|
iface mgmt
|
||||||
vrf-table 252
|
address 127.0.0.1/8
|
||||||
|
vrf-table auto
|
||||||
vrf-default-route no
|
vrf-default-route no
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user