]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/confile.c
confile: don't jump into the global table twice
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 30 Mar 2021 08:39:00 +0000 (10:39 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 30 Mar 2021 10:51:54 +0000 (12:51 +0200)
commit0abcc213e2291d718cb93484f87add9c4b640f9d
tree6f9350655db3b9c51139807e5a157341c80022c4
parentdce56ec2284fc8e7f014b3b01a4f1631c4ca18ac
confile: don't jump into the global table twice

instead move networking keys into a subtable. This avoids even just the
remote danger of recursion and also speeds up config parsing.

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