In the web interface, i cannot add a second route. The screen leaves blank. I dig a little bit in this. The cgi call a function in /var/ipfire/general-functions.pl named "check_net_internal". These not exist. I change the line 157 in the routing.cg from: "$errormessage .= &General::check_net_internal($settings{'IP'});" to: "$errormessage .= &General::check_net_internal_range($settings{'IP'});" and it will work again. Greetings, Marcel Lorenz
This worked for me. Thank you
This solution is insufficient since the &Network::network_equals() function is not behaving correctly in all cases. This will fix some problems, but the bug is actually bigger than just calling the wrong function here. *** This bug has been marked as a duplicate of bug 11466 ***