multipath-tcp / mptcpd

mptcpd is a daemon for Linux that performs Multipath TCP path management related operations in the user space 😈
https://mptcpd.mptcp.dev/
BSD 3-Clause "New" or "Revised" License
169 stars 36 forks source link

src: Send remote address ID on subflow creation. #268

Closed ossama-othman closed 1 year ago

ossama-othman commented 1 year ago

When adding a new subflow send the user supplied remote address ID generic netlink attribute along with the command rather than ignoring it. The upstream kernel currently doesn't parse the remote address ID, but it may do so in the future.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3421923454

Details


Files with Coverage Reduction New Missed Lines %
src/netlink_pm_upstream.c 42 73.09%
<!-- Total: 42 -->
Totals Coverage Status
Change from base Build 3397054494: -0.02%
Covered Lines: 1394
Relevant Lines: 2145

💛 - Coveralls