mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Bring back ability to use FR support with sppp from Cronyx.
This commit is contained in:
parent
b2a2b4810d
commit
64715608d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1061,7 +1061,7 @@ static int cp_ioctl (struct cdev *dev, u_long cmd, caddr_t data, int flag, struc
|
|||
d->pp.pp_flags &= ~(PP_FR);
|
||||
d->pp.pp_flags |= PP_KEEPALIVE;
|
||||
d->pp.pp_if.if_flags |= PP_CISCO;
|
||||
} else if (! strcmp ("fr", (char*)data) && !PP_FR) {
|
||||
} else if (! strcmp ("fr", (char*)data) && PP_FR) {
|
||||
d->pp.pp_if.if_flags &= ~(PP_CISCO);
|
||||
d->pp.pp_flags |= PP_FR | PP_KEEPALIVE;
|
||||
} else if (! strcmp ("ppp", (char*)data)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue