ip/ipconfig: default onlink and autoflag to 1
This commit is contained in:
parent
02b867f01e
commit
9ee967663f
1 changed files with 1 additions and 2 deletions
|
@ -174,8 +174,7 @@ v6paraminit(Conf *cf)
|
|||
cf->routerlt = 0;
|
||||
|
||||
cf->prefixlen = 64;
|
||||
cf->onlink = 0;
|
||||
cf->autoflag = 0;
|
||||
cf->onlink = cf->autoflag = 1;
|
||||
cf->validlt = cf->preflt = ~0L;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue