~ubuntu-branches/ubuntu/lucid/network-manager/lucid

« back to all changes in this revision

Viewing changes to system-settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-wired-ipv6-manual

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel
  • Date: 2010-02-19 10:01:07 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20100219100107-w5f2aswzh5zaqwh1
Tags: 0.8-0ubuntu1
* upstream 0.8 release
  - backends: add backend for Pardus
  - libnm-util: fix NMDeviceBt hardware address property
  - core: ensure failed /etc/hosts update writes out well-formatted file (LP: #471498)
  - netlink: work around kernel cache refill problems
  - keyfile: add IPv6 support (bgo #593814)
  - libnm-util: add IPv6 comparison functions
  - crypto: de-init NSS after calling PR_GetError()
  - policy: fall back to original hostname before trying reverse DNS
  - policy: be more selective when adding hostname to /etc/hosts (debian #567411)
  - ifupdown: interpret allow-hotplug as autoconnect (debian #568784)
  - gsm: handle PIN requests during modem enable too (bgo #609197)
  - modem: ignore Enabled property changes while activating
  - ifupdown: don't tell NM about connections until we check 'managed' (LP: #450458)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Intel Corporation 82567LM Gigabit Network Connection
 
2
TYPE=Ethernet
 
3
DEVICE=eth2
 
4
HWADDR=00:11:22:33:44:ee
 
5
BOOTPROTO=dhcp
 
6
ONBOOT=yes
 
7
USERCTL=yes
 
8
NM_CONTROLLED=yes
 
9
PEERDNS=yes
 
10
DNS1=10.2.0.4
 
11
DNS2=10.2.0.5
 
12
DNS3=1:2:3:4::a
 
13
DNS4=1:2:3:4::b
 
14
DOMAIN="lorem.com ipsum.org dolor.edu"
 
15
IPV6INIT=yes
 
16
IPV6_AUTOCONF=no
 
17
IPV6ADDR="1001:abba::1234/56"
 
18
IPV6ADDR_SECONDARIES="2001:abba::2234/64 3001:abba::3234/96"