Set default value of DecrementTTL to "no".
Decrementing the TTL causes IPv6 to fail when Mode = switch, and there may be other unforeseen side-effects.
This commit is contained in:
parent
c373de2e98
commit
b5e3bf1a85
3 changed files with 7 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
rmode_t routing_mode = RMODE_ROUTER;
|
||||
fmode_t forwarding_mode = FMODE_INTERNAL;
|
||||
bool decrement_ttl = true;
|
||||
bool decrement_ttl = false;
|
||||
bool directonly = false;
|
||||
bool priorityinheritance = false;
|
||||
int macexpire = 600;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue