In adding a IPv6 static route into my rc.conf file, is this the correct format? I'm running FreeBSD v9.
Example:
My concern is if you need to add (-net6 or -inet6) or something in the ipv6_route field.
Thanks,
Code:
ipv6_static_routes="v1"
ipv6_route_v1="<v6_network>/<prefixlen> <v6_destination>"
Example:
Code:
ipv6_static_routes="v1"
ipv6_route_v1="2001:0600::/23 2001:4830:1600:403::1"
My concern is if you need to add (-net6 or -inet6) or something in the ipv6_route field.
Thanks,