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:
Guus Sliepen 2012-03-23 13:18:36 +01:00
parent c373de2e98
commit b5e3bf1a85
3 changed files with 7 additions and 3 deletions

View file

@ -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;