Skip to content

Commit

Permalink
Cumulus Linux: Add default route to mgmt VRF (#1346)
Browse files Browse the repository at this point in the history
This route is used for things like DNS and NTP
  • Loading branch information
jbemmel authored Oct 8, 2024
1 parent 11953c7 commit 334a7c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netsim/templates/provider/clab/cumulus/interfaces.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ iface mgmt
auto eth0
iface eth0 inet static
address {{ mgmt.ipv4 }}/{{ addressing.mgmt.prefix }}
gateway {{ addressing.mgmt.ipv4 | ipv4(1) | ipaddr('address') }}
vrf mgmt

source /etc/network/interfaces.d/*.intf

0 comments on commit 334a7c2

Please sign in to comment.