diff options
Diffstat (limited to 'doc/examples/openwrt')
-rw-r--r-- | doc/examples/openwrt/fastd.config | 3 | ||||
-rw-r--r-- | doc/examples/openwrt/fastd.init | 3 |
2 files changed, 1 insertions, 5 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 '' diff --git a/doc/examples/openwrt/fastd.init b/doc/examples/openwrt/fastd.init index e39c4d9..c938530 100644 --- a/doc/examples/openwrt/fastd.init +++ b/doc/examples/openwrt/fastd.init @@ -73,7 +73,6 @@ config_string_peer_limit='peer limit $(guard_value "$value");' config_string_user='user $(escape_string "$value");' config_string_group='group $(escape_string "$value");' config_string_status_socket='status socket $(escape_string "$value");' -config_string_pmtu='pmtu $(yes_no "$value");' config_string_forward='forward $(yes_no "$value");' config_string_hide_ip_addresses='hide ip addresses $(yes_no "$value");' config_string_hide_mac_addresses='hide mac addresses $(yes_no "$value");' @@ -242,7 +241,7 @@ generate_config() { append_options "$s" config \ config config_peer config_peer_dir bind method syslog_level mode interface mtu peer_limit \ - user group status_socket pmtu forward hide_ip_addresses hide_mac_addresses secure_handshakes packet_mark \ + user group status_socket forward hide_ip_addresses hide_mac_addresses secure_handshakes packet_mark \ on_pre_up on_up on_down on_post_down on_connect on_establish on_disestablish on_verify config_get mode "$s" mode |