NAME¶
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@free.fr>