`net[n]`: `name= [,bridge=>] [,firewall=<[1|0]>] [,gw=] [,gw6=] [,hwaddr=] [,ip=] [,ip6=] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` `bridge`: `>` :: Bridge to attach the network device to. `firewall`: `<[1|0]>` :: Controls whether this interface's firewall rules should be used. `gw`: `` :: Default gateway for IPv4 traffic. `gw6`: `` :: Default gateway for IPv6 traffic. `hwaddr`: `` :: The interface MAC address. This is dynamically allocated by default, but you can set that statically if needed, for example to always have the same link-local IPv6 address. (lxc.network.hwaddr) `ip`: `` :: IPv4 address in CIDR format. `ip6`: `` :: IPv6 address in CIDR format. `mtu`: `` :: Maximum transfer unit of the interface. (lxc.network.mtu) `name`: `` :: Name of the network device as seen from inside the container. (lxc.network.name) `rate`: `` :: Apply rate limiting to the interface `tag`: `` :: VLAN tag for this interface. `trunks`: `` :: VLAN ids to pass through the interface `type`: `(veth)` :: Network interface type.