]> git.pld-linux.org Git - packages/lxc.git/blob - lxc_macvlan.sysconfig
Release 3. Fixes in init scripts.
[packages/lxc.git] / lxc_macvlan.sysconfig
1 # LXC MACVLAN device config 
2
3 # Logical interface name
4 MACVLAN_NAME=macv0
5
6 # Physical device name where logcial interfaces will be created
7 MACVLAN_DEV=eth0
8
9 # Host address in MACVLAN network
10 MACVLAN_ADDRESS=10.0.0.1/23
11
12 # Optional MAC address, must be unique.
13 # 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  
14 # MACVLAN_HWADDRESS=00:16:3e:00:00:01
This page took 0.028849 seconds and 3 git commands to generate.