forked from extern/shorewall_code
Correct routing commands in proxy NDP
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8d9b1d50d1
commit
7cd05fd874
@ -84,7 +84,7 @@ sub setup_one_proxy_arp( $$$$$$$ ) {
|
|||||||
emit "[ -n \"\$g_noroutes\" ] || run_ip route replace $address/32 dev $physical";
|
emit "[ -n \"\$g_noroutes\" ] || run_ip route replace $address/32 dev $physical";
|
||||||
} else {
|
} else {
|
||||||
emit( 'if [ -z "$g_noroutes" ]; then',
|
emit( 'if [ -z "$g_noroutes" ]; then',
|
||||||
" qt \$IP -6 route del $address/128 dev $physical".
|
" qt \$IP -6 route del $address/128 dev $physical",
|
||||||
" run_ip route add $address/128 dev $physical",
|
" run_ip route add $address/128 dev $physical",
|
||||||
'fi'
|
'fi'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user