Displaying 2 results from an estimated 2 matches for "proxyndp".
Did you mean:
  proxy_ndp
  
2012 Jan 22
4
Proxyndp issue
Tom
In Shorewall6 4.4.27 the following proxyndp entry:
2001:4d48:ad51:24::f3  eth2  eth0  no  no
does not add the required route.
The code produced in /var/lib/shorewall6/.restart is:
qt $IP -6 route del 2001:4d48:ad51:24::f3/128 dev eth2    run_ip route add 
2001:4d48:ad51:24::f3/128 dev eth2
Splitting the line into 2 separate lines:
qt $...
2012 Feb 12
7
Shorewall 4.5.0
...;'show routing'' and ''dump'' commands, Shorewall and
    Shorewall-lite now sort the output into the traditional
    ''Most-specific to most-general'' order.
4) Previously, specifying ''No'' in the HAVEROUTE column of
    /etc/shorewall6/proxyndp resulted in a run-time error. The code has
    been corrected so that no error occurs.
----------------------------------------------------------------------------
            K N O W N   P R O B L E M S   R E M A I N I N G
--------------------------------------------------------------------------...