blob: 5d2f82aa7262a9e48a221084fdc72803894cb2e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
}
]
}
|