]> git.pld-linux.org Git - packages/lxc.git/blame - lxc_macvlan.sysconfig
- release 3 (by relup.sh)
[packages/lxc.git] / lxc_macvlan.sysconfig
CommitLineData
46f2854c
MK
1# LXC MACVLAN device config
2
1dd4bfdd
LG
3# Change below to "true" if you want to use macvlan instead of default bridge network
4USE_LXC_MACVLAN="false"
5
46f2854c
MK
6# Logical interface name
7MACVLAN_NAME=macv0
8
9# Physical device name where logcial interfaces will be created
10MACVLAN_DEV=eth0
11
12# Host address in MACVLAN network
13MACVLAN_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.040175 seconds and 4 git commands to generate.