Author: baggins Date: Mon Mar 21 21:30:43 2011 New Revision: 12210 Added: rc-scripts/trunk/sysconfig/static-routes6 Log: - IPv6 specific rules and routes, rationale: some rules (and even routes) 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>
Added: rc-scripts/trunk/sysconfig/static-routes6 ============================================================================== --- (empty file) +++ rc-scripts/trunk/sysconfig/static-routes6 Mon Mar 21 21:30:43 2011 @@ -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 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
