Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515640 - net-misc/netifrc should set sysctl net.ipv6.conf.<device>.accept_ra=0 for all member interfaces
Summary: net-misc/netifrc should set sysctl net.ipv6.conf.<device>.accept_ra=0 for all...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: netifrc Team
URL:
Whiteboard: netifrc:bridge
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-29 02:32 UTC by Taahir Ahmed
Modified: 2021-02-02 06:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Taahir Ahmed 2014-06-29 02:32:37 UTC
Member interfaces of a bridge device should not accept route advertisements from the router on the segment; only the bridge device itself should.

Right now, to get ipv6 bridges to work properly, this setting has to be manually set in sysctl.conf.  If it is not set, the routes acquired by the member interface will pollute the routing table and break ipv6 connectivity.

Reproducible: Always