p/ipconfig: don't put automatic link-local address configuration in /net/ndb
This commit is contained in:
parent
ccf72da47d
commit
12f27944a5
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ doadd(int retry)
|
|||
|
||||
/* leave everything we've learned somewhere other procs can find it */
|
||||
if(beprimary){
|
||||
if(!dondbconfig)
|
||||
if(!dondbconfig && !ipv6auto)
|
||||
putndb();
|
||||
refresh();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue