~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to doc/examples/lxc-complex-config

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Container with network a complex network mixing macvlan, veth and
 
2
# physical network devices
 
3
lxc.utsname = complex
 
4
lxc.network.type = veth
 
5
lxc.network.flags = up
 
6
lxc.network.link = br0
 
7
lxc.network.hwaddr = 4a:49:43:49:79:bf
 
8
lxc.network.ipv4 = 1.2.3.5/24
 
9
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597
 
10
 
 
11
lxc.network.type = macvlan
 
12
lxc.network.flags = up
 
13
lxc.network.link = eth0
 
14
lxc.network.hwaddr = 4a:49:43:49:79:bd
 
15
lxc.network.ipv4 = 1.2.3.4/24
 
16
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
 
17
 
 
18
lxc.network.type = phys
 
19
lxc.network.flags = up
 
20
lxc.network.link = dummy0
 
21
lxc.network.hwaddr = 4a:49:43:49:79:ff
 
22
lxc.network.ipv4 = 1.2.3.6/24
 
23
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3297