aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/os-net-config/samples/interface.yaml')
-rw-r--r--etc/os-net-config/samples/interface.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/os-net-config/samples/interface.yaml b/etc/os-net-config/samples/interface.yaml
index 4f76e07..6b366e2 100644
--- a/etc/os-net-config/samples/interface.yaml
+++ b/etc/os-net-config/samples/interface.yaml
@@ -11,8 +11,12 @@ network_config:
ip_netmask: 0.0.0.0/0
next_hop: 192.0.2.254
default: true
+ -
+ ip_netmask: 10.1.2.0/24
+ next_hop: 192.0.2.5
+ route_options: "metric 10"
-
type: interface
name: em2
use_dhcp: true
- defroute: no \ No newline at end of file
+ defroute: no