Fix detection via 'nexthop'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2169 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-05-25 21:58:14 +00:00
parent 2395916b7c
commit 097753ede3
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Changes in 2.4.0-RC2
1) Relax "detect" restriction.
2) Fix detection via 'nexthop' so it will work with BusyBox
Changes in 2.4.0-RC1
1) Fix output from firewall itself vis-a-vis multiple providers.

View File

@ -828,7 +828,7 @@ find_rt_interface() {
find_nexthop() # $1 = interface
{
echo $(find_gateway `ip route ls | grep -E "[[:space:]]*nexthop.* $1"`)
echo $(find_gateway `ip route ls | grep "[[:space:]]nexthop.* $1"`)
}
#