sctp: move 198 addresses from unusable to private scope
authorXin Long <lucien.xin@gmail.com>
Wed, 30 Jun 2021 03:34:08 +0000 (23:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Jul 2021 18:47:13 +0000 (11:47 -0700)
commit1d11fa231cabeae09a95cb3e4cf1d9dd34e00f08
tree83da90b024df1972f402fd04ab770cc9bafc9bbd
parent650b2a846dddf33321489597287e6d825ec1d0ba
sctp: move 198 addresses from unusable to private scope

The doc draft-stewart-tsvwg-sctp-ipv4-00 that restricts 198 addresses
was never published. These addresses as private addresses should be
allowed to use in SCTP.

As Michael Tuexen suggested, this patch is to move 198 addresses from
unusable to private scope.

Reported-by: Sérgio <surkamp@gmail.com>
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/constants.h
net/sctp/protocol.c