Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Disable multipath for links by default #505

Open
GektorUA opened this issue Feb 22, 2023 · 1 comment
Open

Disable multipath for links by default #505

GektorUA opened this issue Feb 22, 2023 · 1 comment
Labels

Comments

@GektorUA
Copy link

Is there any possibility to make by default disable state for multipath links, when they appear in system?

@matttbe
Copy link
Member

matttbe commented Feb 22, 2023

Hi Dmitry,

Are you talking here about not having to do:

ip link set dev <iface> multipath off

but have this behaviour by default when using the fullmesh path manager?

If yes, no, we cannot change the default behaviour. Maybe best to monitor new interfaces (via Netlink, similar to ip monitor but just for the new interfaces) and set the proper flag when a new interface has been created. (Or use the Netlink PM, e.g. with mptcpd to have more controls)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants