]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- IPv6 specific rules and routes, rationale: some rules (and even routes)
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 21 Mar 2011 20:30:43 +0000 (20:30 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 21 Mar 2011 20:30:43 +0000 (20:30 +0000)
  are addressless (e.g. fwmark or 'default' route), because of this simple
  ip <rule> won't handle IPv6, we have to use ip -6 <rule>

svn-id: @12210

sysconfig/static-routes6 [new file with mode: 0644]

diff --git a/sysconfig/static-routes6 b/sysconfig/static-routes6
new file mode 100644 (file)
index 0000000..3c1a7ca
--- /dev/null
@@ -0,0 +1,14 @@
+# IPv6 specific rules and routes
+
+# Entry format for ip rule:
+# <rule>
+# Entry format for static route:
+# <device>     <network_ip>/<network_mask_length>      <other arguments>
+#
+# Combined example:
+
+#from fec0:2::/32 table 10
+#eth0 default via fec0:2::1 table 10
+#
+# route fec0:12::34 via fec0:2::3 via any interface
+#any fec0:12::34 via fec0:2::3
This page took 0.249896 seconds and 4 git commands to generate.