File: ipv6-static.xml

package info (click to toggle)
netcf 1%3A0.2.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,416 kB
  • ctags: 3,925
  • sloc: ansic: 38,657; sh: 13,377; xml: 831; makefile: 219
file content (21 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<forest>
  <tree path="/files/etc/network/interfaces">
    <array label="auto">
      <element>
	<node value="eth0"/>
      </element>
    </array>
    <array label="iface">
      <element key="eth0">
	<node label="family" value="inet6"/>
	<node label="method" value="static"/>
	<node label="address" value="3ffe:ffff:0:5::1"/>
	<node label="netmask" value="128"/>
	<node label="gateway" value="3ffe:ffff:1234:5678::1"/>
	<node label="pre-up" value="echo 0 > /proc/sys/net/ipv6/conf/eth0/autoconf"/>
	<node label="post-down" value="echo 1 > /proc/sys/net/ipv6/conf/eth0/autoconf"/>
      </element>
    </array>
  </tree>
</forest>