]> 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)
commit4d56653593895460dcf77a5ee6642cb93a7db83f
tree83da90b024df1972f402fd04ab770cc9bafc9bbd
parentb800f7c535eb2041fc956736d7fef660085156b9
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