Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395473 - sys-apps/openrc broadcast value should not be used with IPv6 address
Summary: sys-apps/openrc broadcast value should not be used with IPv6 address
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard: openrc:oldnet:iproute2
Keywords:
Depends on:
Blocks: openrc-tracker
  Show dependency tree
 
Reported: 2011-12-21 08:15 UTC by Robin Johnson
Modified: 2011-12-21 08:16 UTC (History)
0 users

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 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.