]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
api-extensions: document "network_veth_router" api extension
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 11 Mar 2020 15:03:09 +0000 (16:03 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 11 Mar 2020 15:03:09 +0000 (16:03 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
doc/api-extensions.md

index 89909228a8202a66cf4cc58d95ec1a0c92d12316..bf1c634deea61852c225c71046e9a2df07e07600 100644 (file)
@@ -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