system-linux: Don't set gre tunnel ttl by default to 64 (#FS312)
authorHans Dedecker <dedeckeh@gmail.com>
Fri, 23 Dec 2016 14:52:32 +0000 (15:52 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sat, 24 Dec 2016 09:51:58 +0000 (10:51 +0100)
commit0249d5f8515c13181d7995830f5a4a82eb3d70bd
treef81bdca213dac21a9f506c4535fa468395e5bbc1
parentedc15caac6c6d3b2d8ea17f98ecbaba81ba573dc
system-linux: Don't set gre tunnel ttl by default to 64 (#FS312)

As the ttl of a gre tunnel was set by default to 64 the gre tunnel
failed to get active if don't fragment was disabled as setting
nopmtudisc and ttl is incompatible.
Fix this by setting the default ttl value after don't fragment
and ttl config values have been parsed.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
system-linux.c