File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,17 @@ path-manager=@mptcpd_default_pm@
5959# skip_loopback
6060# Ignore (do not notify) host (loopback) address updates
6161#
62+ # check_route
63+ # Notify address only if a default route is available from such
64+ # address and the related device. If the route check fails, it
65+ # will be re-done after a little timeout, to allow e.g. DHCP to
66+ # configure the host properly. Complex policy routing
67+ # configuration may confuse or circumvent this check.
68+ #
6269# These flags determine whether mptpcd plugins will be notified when
6370# related addresses are updated.
6471#
65- # notify-flags=existing,skip_link_local,skip_loopback
72+ # notify-flags=existing,skip_link_local,skip_loopback,check_route
6673
6774# --------------------------
6875# Plugins to load
Original file line number Diff line number Diff line change @@ -102,17 +102,17 @@ ignore (do not notify) host (loopback) address updates
102102.RS
103103.TP
104104.I check_route
105- notify address only if a default route is available from such
106- address and the related device. If the route check fails, it will
107- re-done after a little timeout, to allow . e.g. DHCP to configure the
108- host properly. Complex Policy routing configuration may confuse or
105+ notify address only if a default route is available from such address
106+ and the related device. If the route check fails, it will be re-done
107+ after a little timeout, to allow e.g. DHCP to configure the host
108+ properly. Complex policy routing configuration may confuse or
109109circumvent this check.
110110.RE
111111.P
112112.RS
113113These flags determine whether mptpcd plugins will be notified when
114114related addresses are updated, e.g.
115- .B --notify-flags=existing,skip_link_local,check_route
115+ .B --notify-flags=existing,skip_link_local,skip_loopback, check_route
116116.RE
117117
118118.TP
You can’t perform that action at this time.
0 commit comments