Bug 121812 - [ip6] [request] ipv6_gateway_enable incorrectly disables rtsol
Summary: [ip6] [request] ipv6_gateway_enable incorrectly disables rtsol
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 6.3-PRERELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 00:30 UTC by marka
Modified: 2018-05-20 23:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marka 2008-03-18 00:30:01 UTC
	It is perfectly legal to use rtsol on one interface and
	rtadvd on a different interface.  The current startup
	scripts assume that this is illegal which was not the
	intent of the IPv6 RFC's.  See the audio transcripts
	of IETF71 ipv6ops meeting, second day, for conformation.

	A model where one or more (upstream) interface gets their
	address via router solitations and then performs prefix
	discover over those interface to configure (downstream)
	interfaces which advertise those prefixes via rtadvd is
	expected to be supported.

How-To-Repeat: 
	By inspection.

        case ${ipv6_gateway_enable} in
        [Yy][Ee][Ss])
                rtsol_available=no
                ;;
        *)
                rtsol_available=yes
                ;;
        esac
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-03-18 06:55:14 UTC
State Changed
From-To: open->suspended

Mark suspended awaiting patches.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2018-05-20 23:53:36 UTC
For bugs matching the following conditions:
- Status == In Progress
- Assignee == "bugs@FreeBSD.org"
- Last Modified Year <= 2017

Do
- Set Status to "Open"