From: Christian Brauner Date: Wed, 11 Mar 2020 15:03:09 +0000 (+0100) Subject: api-extensions: document "network_veth_router" api extension X-Git-Tag: lxc-4.0.0~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712ff18d45531b0cd15157ae5f4b2a9af7e388bb;p=thirdparty%2Flxc.git api-extensions: document "network_veth_router" api extension Signed-off-by: Christian Brauner --- diff --git a/doc/api-extensions.md b/doc/api-extensions.md index 89909228a..bf1c634de 100644 --- a/doc/api-extensions.md +++ b/doc/api-extensions.md @@ -98,12 +98,9 @@ This introduces the ability to specify a custom MTU for `phys` and `macvlan` dev # network\_veth\_router -This introduces the ability to specify a `lxc.net.[i].veth.mode` setting, which takes a value of -"bridge" or "router". This defaults to "bridge". +This introduces the ability to specify a `lxc.net.[i].veth.mode` setting, which takes a value of "bridge" or "router". This defaults to "bridge". -In "router" mode static routes are created on the host for the container's IP addresses pointing to -the host side veth interface. In addition to the routes, a static IP neighbour proxy is added to -the host side veth interface for the IPv4 and IPv6 gateway IPs. +In "router" mode static routes are created on the host for the container's IP addresses pointing to the host side veth interface. In addition to the routes, a static IP neighbour proxy is added to the host side veth interface for the IPv4 and IPv6 gateway IPs. # cgroup2\_devices