]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/confile_utils.c
network: log veth_attr.pair and veth_attr.veth1
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 31 Aug 2017 11:17:11 +0000 (13:17 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 31 Aug 2017 13:30:07 +0000 (15:30 +0200)
commit8ce727fcd97e114a44f2d528016efc20b1dda92b
tree14415abcf6338e9ff41523637ec032af67c061be
parent1bd8d726a7449c7b8b7e0ca84c4bae0ff193f8a8
network: log veth_attr.pair and veth_attr.veth1

If the user specified lxc.net.[i].veth.pair attribute to request that the host
side of a veth pair be given a specific name let's log it at the trace level.
Otherwise, if the user didn't not specify lxc.net.[i].veth.pair veth_attr.veth1
will contain the name of the host side veth device.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/confile_utils.c