K 10 svn:author V 2 ae K 8 svn:date V 27 2013-12-23T22:26:17.846534Z K 7 svn:log V 315 * Use new prison_xxx_ip6() functions. * rip6_output() always calls in6_selectsrc() where all prison restrictions will be applied, thus no need to call prison_check_ip6() here. * in rip6_bind() move prison_check_ip6() call to be a bit later, when sockaddr_in6 structure will have sin6_scope_id properly initialized. END