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

Bug 395473

Summary: sys-apps/openrc broadcast value should not be used with IPv6 address
Product: Gentoo Hosted Projects Reporter: Robin Johnson <robbat2>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: openrc:oldnet:iproute2
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 394205    

Description Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-12-21 08:15:41 UTC
OpenRC is trying to set a broadcast value for IPv6 addresses, which is invalid.

# ip addr add 8080::212:15ff:fe06:3987/64 broadcast + dev eth3
Broadcast can be set only for IPv4 addresses
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-12-21 08:16:34 UTC
fixed in commit 8bb4b759eb23

Also detects if the user tries to pass in a broadcast value himself, and gives a sane error.