aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/interface.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/os-net-config/samples/interface.json')
-rw-r--r--etc/os-net-config/samples/interface.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/interface.json b/etc/os-net-config/samples/interface.json
new file mode 100644
index 0000000..9fd5cf3
--- /dev/null
+++ b/etc/os-net-config/samples/interface.json
@@ -0,0 +1,13 @@
+{"network_config": [
+ {
+ "type": "interface",
+ "name": "em1",
+ "use_dhcp": false,
+ "addresses": [
+ {
+ "ip_netmask": "192.0.2.1/24"
+ }
+ ]
+ }
+ ]
+}