Skip to content

Commit

Permalink
Fix default route (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard authored Dec 10, 2024
1 parent 6da5e52 commit 87a834d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ethernets:
addresses:
- <%= @host.ip %>/<%= @host.subnet.cidr %>
routes:
- to: 0.0.0.0
- to: 0.0.0.0/0
via: <%= @host.subnet.gateway %>
nameservers:
addresses:
Expand Down

0 comments on commit 87a834d

Please sign in to comment.