diff options
author | 2017-04-05 17:31:14 +0000 | |
---|---|---|
committer | 2017-04-05 17:31:14 +0000 | |
commit | f26b56c8f2515ea7bbd349d3367ccdf6600d720a (patch) | |
tree | a2a586f7ea69c9508de10783f0a64287b64e9ed5 /etc/os-net-config/samples/vpp_interface.json | |
parent | 1b83afb07ddec59845ea3ca47fb9b20eefba1c5d (diff) | |
parent | c5e11bbfcda78f021b38bf9177f0c661b8f59b20 (diff) |
Merge "Add support for VPP interface"
Diffstat (limited to 'etc/os-net-config/samples/vpp_interface.json')
-rw-r--r-- | etc/os-net-config/samples/vpp_interface.json | 14 |
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" + } + ] +} |