]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit445b918f06f484a8d7b069371aea48f41a2132df
tree83da90b024df1972f402fd04ab770cc9bafc9bbd
parent314f6deb3a49d36d2d7bfa5b6700381e8893928a
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