ipv6on: fix search for ip attribute (thanks kenji arisawa)
This commit is contained in:
parent
1f3c43c017
commit
8234f9d906
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ if (! ip/ipconfig -6 $xdir ether $netdir/ether?)
|
||||||
ip/ipconfig $xdir ether $netdir/ether? ra6 recvra 1
|
ip/ipconfig $xdir ether $netdir/ether? ra6 recvra 1
|
||||||
|
|
||||||
mev6=`{ndb/query -f $ndbf sys $sysname ipv6}
|
mev6=`{ndb/query -f $ndbf sys $sysname ipv6}
|
||||||
if (~ $#sysname 0 || ~ $sysname '')
|
if (~ $#mev6 0 || ~ $mev6 '')
|
||||||
mev6=`{ndb/query -f $ndbf sys $sysname ip | grep :}
|
mev6=`{ndb/query -mf $ndbf sys $sysname ip | grep :}
|
||||||
# mev4=`{ndb/query -f $ndbf sys $sysname ip | grep -v :}
|
# mev4=`{ndb/query -f $ndbf sys $sysname ip | grep -v :}
|
||||||
|
|
||||||
# for testing
|
# for testing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue