From e7be1c8c266225ee52b82318a8af02a228fec4c4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 26 Jan 2015 04:03:16 +0100 Subject: doc: remove now unused pmtu option --- doc/examples/openwrt/fastd.config | 3 --- doc/examples/openwrt/fastd.init | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/examples') 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 -- cgit v1.2.3