]> git.pld-linux.org Git - packages/lxc.git/blob - lxc_macvlan.sysconfig
- updated to 5.0.2, now uses meson
[packages/lxc.git] / lxc_macvlan.sysconfig
1 # LXC MACVLAN device config 
2
3 # Change below to "true" if you want to use macvlan instead of default bridge network
4 USE_LXC_MACVLAN="false"
5
6 # Logical interface name
7 MACVLAN_NAME=macv0
8
9 # Physical device name where logcial interfaces will be created
10 MACVLAN_DEV=eth0
11
12 # Host address in MACVLAN network
13 MACVLAN_ADDRESS=10.0.0.1/23
14
15 # Optional MAC address, must be unique.
16 # If not set, will be calculated to 00:16:3e:xx:xx:xx where last six octets  will be last six octets from MACVLAN_ADDRESS  
17 # MACVLAN_HWADDRESS=00:16:3e:00:00:01
This page took 0.081826 seconds and 4 git commands to generate.