diff options
author | Florian La Roche <laroche@redhat.com> | 2002-06-26 09:02:16 +0000 |
---|---|---|
committer | Florian La Roche <laroche@redhat.com> | 2002-06-26 09:02:16 +0000 |
commit | b1c3fe8675bf6d6831b2d63adb42dc43ef96f69e (patch) | |
tree | 4298e55eca3bc8b767ae7cf695261cd119d75712 /static-routes-ipv6 | |
parent | a12d5004ebd0035494247f71c5cebc060729c569 (diff) | |
download | initscripts-b1c3fe8675bf6d6831b2d63adb42dc43ef96f69e.tar initscripts-b1c3fe8675bf6d6831b2d63adb42dc43ef96f69e.tar.gz initscripts-b1c3fe8675bf6d6831b2d63adb42dc43ef96f69e.tar.bz2 initscripts-b1c3fe8675bf6d6831b2d63adb42dc43ef96f69e.tar.xz initscripts-b1c3fe8675bf6d6831b2d63adb42dc43ef96f69e.zip |
- start cleaning up some sh coding things
Diffstat (limited to 'static-routes-ipv6')
-rw-r--r-- | static-routes-ipv6 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/static-routes-ipv6 b/static-routes-ipv6 index 657bceab..a4c3b8d9 100644 --- a/static-routes-ipv6 +++ b/static-routes-ipv6 @@ -10,17 +10,12 @@ #Device IPv6 network to route IPv6 gateway address - ## Example: static routes through a gateway on local link #eth0 fec0:0:0:2::/64 fec0:0:0:1:0:0:0:20 #eth0 3ffe:ffff:1234::/48 3ffe:ffff:1234:0002:0:0:0:1 - ## Example: default route through a gateway on local link #eth0 2000::/3 3ffe:ffff:1234:0002:0:0:0:1 - ## Example: static route through a dedicated tunnel #sit1 3ffe:ffff:1234::/48 - - |