Add mp_mrru option
Some equipments seem not able to actually put options in Configure-Reject messages, so we then have to disable MRRU by hand.
This commit is contained in:
parent
b3b5fc5c59
commit
8e7bfa9a77
6 changed files with 29 additions and 4 deletions
1
l2tpns.h
1
l2tpns.h
|
|
@ -684,6 +684,7 @@ typedef struct
|
|||
|
||||
char l2tp_secret[64]; // L2TP shared secret
|
||||
int l2tp_mtu; // MTU of interface used for L2TP
|
||||
int mp_mrru; // MRRU of MP
|
||||
|
||||
char random_device[256]; // random device path, defaults to RANDOMDEVICE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue