]> git.pld-linux.org Git - packages/lxc.git/blame - lxc_macvlan.sysconfig
Release 3. Fixes in init scripts.
[packages/lxc.git] / lxc_macvlan.sysconfig
CommitLineData
46f2854c
MK
1# LXC MACVLAN device config
2
3# Logical interface name
4MACVLAN_NAME=macv0
5
6# Physical device name where logcial interfaces will be created
7MACVLAN_DEV=eth0
8
9# Host address in MACVLAN network
10MACVLAN_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.024458 seconds and 4 git commands to generate.