Package: fwbuilder Version: 5.1.0-3 Looking at the generated getnet_internal function (iptables backend) it seems that it might get confused by eth1 and eth10:
L=$($IP route list proto kernel | grep $dev | grep -v default | sed 's! .*$!!')
~~~~~~~~
How about "grep ${dev}\ "?
Regards
Harri
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

