mirror of
https://git.proxmox.com/git/mirror_ifupdown2
synced 2025-08-09 05:27:09 +00:00
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>
This commit is contained in:
parent
d1d103e17a
commit
fc7e1fa2cc
15
docs/examples/mgmt-vrf
Normal file
15
docs/examples/mgmt-vrf
Normal file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user