Hi Tom, the compiler shows no errors, but after try to start / restart the firewall, Shorewall6-lite produces the following error:
/etc/shorewall6-lite/state/firewall: line 1931: syntax error: bad function name
/etc/shorewall6-lite/state/firewall: line 1931: syntax error: bad function name
The start of line 1931 in firewall is
#
# Add Optional Interface pppoe-wan (0)
#
start_interface_pppoe-wan() {
if [ -n "$SW_PPPOEWAN_2_IS_USABLE" ]; then
> ${VARDIR}/undo_pppoe-wan_routing
cat <<EOF >> ${VARDIR}/undo_pppoe-wan_routing
case \$COMMAND in
enable|disable)
;;
*)
rm -f ${VARDIR}/pppoe-wan.status
;;
esac
EOF
if ! $IP -6 rule ls | egrep -q "32767:[[:space:]]+from all lookup
(default|253)"; then
qt $IP -6 rule add from all table 253 prio 32767
fi
echo 0 > ${VARDIR}/pppoe-wan.status
if [ $COMMAND = enable ]; then
progress_message2 " Optional interface pppoe-wan Started"
fi
else
echo 1 > ${VARDIR}/pppoe-wan.status
error_message "WARNING: Optional Interface pppoe-wan is not usable --
pppoe-wan not Started"
fi
} # End of start_interface_pppoe-wan();
If I disable pppoe-wan and use another interface, Shorewall6 produces the same
error.
...
In Shorewall6 4.5.9.3 there was no problem to test it.
Kind regards
Edy
smime.p7s
Description: S/MIME Kryptografische Unterschrift
------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
