Revision 1108,
708 bytes
checked in by daisuke, 13 years ago
(diff) |
import initscripts-8.90.6 from internal cvs repository
|
Line | |
---|
1 | # Version: 2002-01-09 |
---|
2 | |
---|
3 | # file: /etc/sysconfig/static-routes-ipv6 |
---|
4 | # |
---|
5 | # description: this file contains all static IPv6 routes |
---|
6 | # description: Here you can specify several routes to specified gateways |
---|
7 | # description: and also route through a virtual tunnel interface |
---|
8 | # |
---|
9 | # (P) 2000-2002 by Peter Bieringer <pb@bieringer.de> |
---|
10 | |
---|
11 | #Device IPv6 network to route IPv6 gateway address |
---|
12 | |
---|
13 | ## Example: static routes through a gateway on local link |
---|
14 | #eth0 fec0:0:0:2::/64 fec0:0:0:1:0:0:0:20 |
---|
15 | #eth0 3ffe:ffff:1234::/48 3ffe:ffff:1234:0002:0:0:0:1 |
---|
16 | |
---|
17 | ## Example: default route through a gateway on local link |
---|
18 | #eth0 2000::/3 3ffe:ffff:1234:0002:0:0:0:1 |
---|
19 | |
---|
20 | ## Example: static route through a dedicated tunnel |
---|
21 | #sit1 3ffe:ffff:1234::/48 |
---|
Note: See
TracBrowser
for help on using the repository browser.