]> git.proxmox.com Git - mirror_lxc.git/commit - doc/lxc.container.conf.sgml.in
network: Adds gateway device route mode
authortomponline <thomas.parrott@canonical.com>
Fri, 3 May 2019 09:21:45 +0000 (10:21 +0100)
committertomponline <thomas.parrott@canonical.com>
Fri, 3 May 2019 14:08:49 +0000 (15:08 +0100)
commita2f9a6706d6363faa1fb6a091679799a1d41f374
treea17bf390adcd3e24cdf646d9ea98e0ee26182a3e
parent5b94d538dd1e69fd690f7994036a070c2857ffc2
network: Adds gateway device route mode

Adds ability to specify "dev" as the gateway value, which will cause a device route to be set as default gateway.

Signed-off-by: tomponline <thomas.parrott@canonical.com>
doc/api-extensions.md
doc/lxc.container.conf.sgml.in
src/lxc/api_extensions.h
src/lxc/confile.c
src/lxc/confile_utils.c
src/lxc/network.c
src/lxc/network.h
src/tests/parse_config_file.c