Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 515640

Summary: net-misc/netifrc should set sysctl net.ipv6.conf.<device>.accept_ra=0 for all member interfaces
Product: Gentoo Hosted Projects Reporter: Taahir Ahmed <ahmed.taahir>
Component: netifrcAssignee: netifrc Team <netifrc>
Status: UNCONFIRMED ---    
Severity: normal CC: kfm
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: netifrc:bridge
Package list:
Runtime testing required: ---

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