Skip to content

Commit

Permalink
Add default route to mgmt
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 7, 2024
1 parent 11953c7 commit ce8aa29
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 ce8aa29

Please sign in to comment.