]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: IB: change rds_ib_active_bonding_excl_ips to only RFC3927 space
authorTodd Vierling <todd.vierling@oracle.com>
Tue, 28 Jun 2016 19:56:13 +0000 (15:56 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 8 Jul 2016 05:44:03 +0000 (22:44 -0700)
commit2c51dcf6cec7613b324afaf69d9558ca6629f509
treebfb3d5b6e4a8c38a2a85696f34d0c34f2ed15971
parent2d80dcbe382c54ba0c7ddb45682949d8602ea5ba
RDS: IB: change rds_ib_active_bonding_excl_ips to only RFC3927 space

Currently rds_ib_active_bonding_excl_ips excludes both
169.254.0.0/16 and 172.10.0.0/16 address ranges from use with RDS
bonding. This parameter was meant to default to the range used by
link-local addresses (169.254.0.0/16, RFC3927) as those do not play
nicely with InfiniBand.

"172.10/16" was probably a mistaken typing of "172.16/12", which is
one of the private use -- but not link-local -- ranges defined by
RFC1918. 172.10.0.0/16 is in active use on the global Internet
(part of the block 172.0.0.0/12 as of this writing); it doesn't
belong here.

Change the parameter default to only "169.254/16" per the original
change's intent.

Orabug; 23712042

Signed-off-by: Todd Vierling <todd.vierling@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/ib.c