diff --git a/etc/mptcpd.conf.in b/etc/mptcpd.conf.in index a93440bd..e33ab4f9 100644 --- a/etc/mptcpd.conf.in +++ b/etc/mptcpd.conf.in @@ -59,10 +59,17 @@ path-manager=@mptcpd_default_pm@ # skip_loopback # Ignore (do not notify) host (loopback) address updates # +# check_route +# Notify address only if a default route is available from such +# address and the related device. If the route check fails, it +# will be re-done after a little timeout, to allow e.g. DHCP to +# configure the host properly. Complex policy routing +# configuration may confuse or circumvent this check. +# # These flags determine whether mptpcd plugins will be notified when # related addresses are updated. # -# notify-flags=existing,skip_link_local,skip_loopback +# notify-flags=existing,skip_link_local,skip_loopback,check_route # -------------------------- # Plugins to load diff --git a/man/mptcpd.8.in b/man/mptcpd.8.in index 4d7a2d44..4953b4f4 100644 --- a/man/mptcpd.8.in +++ b/man/mptcpd.8.in @@ -102,17 +102,17 @@ ignore (do not notify) host (loopback) address updates .RS .TP .I check_route -notify address only if a default route is available from such -address and the related device. If the route check fails, it will -re-done after a little timeout, to allow .e.g. DHCP to configure the -host properly. Complex Policy routing configuration may confuse or +notify address only if a default route is available from such address +and the related device. If the route check fails, it will be re-done +after a little timeout, to allow e.g. DHCP to configure the host +properly. Complex policy routing configuration may confuse or circumvent this check. .RE .P .RS These flags determine whether mptpcd plugins will be notified when related addresses are updated, e.g. -.B --notify-flags=existing,skip_link_local,check_route +.B --notify-flags=existing,skip_link_local,skip_loopback,check_route .RE .TP