9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ipv6on bug?
@ 2015-08-02 12:28 arisawa
  2015-08-02 12:35 ` cinap_lenrek
  0 siblings, 1 reply; 2+ messages in thread
From: arisawa @ 2015-08-02 12:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

in /rc/bin/ipv6on, we have:

mev6=`{ndb/query -f $ndbf sys $sysname ipv6}
if (~ $#sysname 0 || ~ $sysname '')
	mev6=`{ndb/query -f $ndbf sys $sysname ip | grep :}

this code is something curious. 
bug?

mev6=`{ndb/query -f $ndbf sys $sysname ipv6}
if (~ $#mev6 0 || ~ $mev6 ‘')		### s/sysname/mev6/g
	mev6=`{ndb/query -mf $ndbf sys $sysname ip | grep :}		### s/-f/-mf/


Kenji Arisawa




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] ipv6on bug?
  2015-08-02 12:28 [9fans] ipv6on bug? arisawa
@ 2015-08-02 12:35 ` cinap_lenrek
  0 siblings, 0 replies; 2+ messages in thread
From: cinap_lenrek @ 2015-08-02 12:35 UTC (permalink / raw)
  To: 9fans

looks like bug yes.

--
cinap



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-02 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-02 12:28 [9fans] ipv6on bug? arisawa
2015-08-02 12:35 ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).