lxc-usernet (5) Linux Manual Page
lxc-usernet – unprivileged user network administration file.
Description
/etc/lxc/lxc-usernet controls the limits which the program lxc-user-nic places on network interfaces which an unprivileged user may create.
Configuration
This file consists of multiple entries, one per line, of the form:
user type bridge number
Where
user- is the username to whom this entry applies.
type- is the type of network interface being allowed. Only veth is currently supported.
bridge- is the bridge to which the network interfaces may be attached, for instance lxcbr0.
number- is the number of network interfaces of the given type which the given user may attach to the given bridge, for instance 2.
See Also
lxc(1), lxc-user-nic(1)
Author
Daniel Lezcano <daniel.lezcano [at] free.fr>
