os-net-config/etc/os-net-config/samples/contrail_vrouter.json
Michael Henkel e1c9456768 This patch adds initial support for the Contrail vRouter interface
The patch introduces the Contrail vRouter interface object. It can be
configured as a kernel module or in dpdk mode. The parameters are:
bind_int (required): the interface the vRouter interface is bound to
dpdk (optional): boolean if dpdk or not

Closes bug: 1709862

Change-Id: Iecb739e3964bf5307b0605ea1d80d2369f60918b
2017-09-04 18:07:15 +03:00

15 lines
249 B
JSON

{ "network_config": [
{
"type": "contrail_vrouter",
"name": "vhost0",
"members": [
{
"type": "interface",
"name": "em3"
}
],
"mtu": 1500
}
]
}