diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-26 04:03:16 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-26 04:03:16 +0100 |
commit | e7be1c8c266225ee52b82318a8af02a228fec4c4 (patch) | |
tree | 34c609459127a8edd7199d78e9d8ac5cee1fb227 /doc/examples/openwrt/fastd.config | |
parent | 712ed55c455e2c78e9146970c10873484fa9cf04 (diff) | |
download | fastd-e7be1c8c266225ee52b82318a8af02a228fec4c4.tar fastd-e7be1c8c266225ee52b82318a8af02a228fec4c4.zip |
doc: remove now unused pmtu option
Diffstat (limited to 'doc/examples/openwrt/fastd.config')
-rw-r--r-- | doc/examples/openwrt/fastd.config | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/examples/openwrt/fastd.config b/doc/examples/openwrt/fastd.config index 7b13fc8..b2ab205 100644 --- a/doc/examples/openwrt/fastd.config +++ b/doc/examples/openwrt/fastd.config @@ -82,9 +82,6 @@ config fastd sample_config # If set to 1, the logs won't contain peers' MAC addresses # option hide_mac_addresses '0' - # Read the documentation about this one. Only ever useful in severly broken networks. -# option pmtu '' - # command to configure IP addresses etc. after the tunnel interface is up; $1 will be the interface name (optional) # option up '' |