little-dude / netlink

netlink libraries for rust
Other
332 stars 89 forks source link

Add support of mptcp path manager interface #254

Closed cathay4t closed 2 years ago

cathay4t commented 2 years ago

Provide functions mimicing:

Example been manually tested on CentOS stream 9 after command:

sudo ip mptcp  limits set subflow 1 add_addr_accepted 1
sudo ip netns exec mptcp ip mptcp endpoint add 198.51.100.1 \
    dev eth1 signal
cathay4t commented 2 years ago

Integration test case included.

cathay4t commented 2 years ago

Thanks for the review. Merging.