commit | 800e00c12733fe2ed565206dcdb515fa2f705b9f | [log] [tgz] |
---|---|---|
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | Thu Apr 26 16:58:51 2018 -0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 27 14:35:22 2018 -0400 |
tree | 073b2244e2fc44c74187656c97b40ee68486a591 | |
parent | c45698f89626177f8c51409142cbe9c5bbed4af7 [diff] |
sctp: move transport pathmtu calc away of sctp_assoc_add_peer There was only one case that sctp_assoc_add_peer couldn't handle, which is when SPP_PMTUD_DISABLE is set and pathmtu not initialized. So add this situation to sctp_transport_route and reuse what was already in there. Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>