aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/vpp_interface.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/os-net-config/samples/vpp_interface.json')
-rw-r--r--etc/os-net-config/samples/vpp_interface.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/vpp_interface.json b/etc/os-net-config/samples/vpp_interface.json
new file mode 100644
index 0000000..5d2f82a
--- /dev/null
+++ b/etc/os-net-config/samples/vpp_interface.json
@@ -0,0 +1,14 @@
+{ "network_config": [
+ {
+ "type": "vpp_interface",
+ "name": "nic2",
+ "addresses": [
+ {
+ "ip_netmask": "192.0.2.1/24"
+ }
+ ],
+ "uio_driver": "uio_pci_generic",
+ "options": "vlan-strip-offload off"
+ }
+ ]
+}