Bug 180818 - rtadvd(8): rtadvd generates warnings when using in dhcp-pd enviroment
Summary: rtadvd(8): rtadvd generates warnings when using in dhcp-pd enviroment
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: --- Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2013-07-25 00:20 UTC by andywhite
Modified: 2023-03-22 22:09 UTC (History)
2 users (show)

See Also:


Attachments
file.diff (371 bytes, patch)
2013-07-25 00:20 UTC, andywhite
no flags Details | Diff
better patch (840 bytes, patch)
2015-09-14 11:14 UTC, andywhite
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description andywhite 2013-07-25 00:20:00 UTC
when using freebsd in dhcp-pd configuration, rtadvd logs that RA are received on an interface that isn't configured.  This is expected behaviour and the logs should not log for this situation.

Fix: use the sysctl RFC6204W3 to decide to log these messages or not.

Patch attached with submission follows:
How-To-Repeat: configure freebsd for DHCP-PD, startup rtadvd for your inside interface with no confiuration for your outside interface.
Comment 1 andywhite 2015-09-14 11:14:46 UTC
Created attachment 161038 [details]
better patch

Better patch, that only logs if an RA is received on an interface that is non advertising, and not set to receive RAs
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2018-05-28 19:44:25 UTC
batch change:

For bugs that match the following
-  Status Is In progress 
AND
- Untouched since 2018-01-01.
AND
- Affects Base System OR Documentation

DO:

Reset to open status.


Note:
I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed.
Comment 3 Graham Perrin freebsd_committer freebsd_triage 2022-10-17 12:39:06 UTC
Keyword: 

    patch
or  patch-ready

– in lieu of summary line prefix: 

    [patch]

* bulk change for the keyword
* summary lines may be edited manually (not in bulk). 

Keyword descriptions and search interface: 

    <https://bugs.freebsd.org/bugzilla/describekeywords.cgi>
Comment 4 Graham Perrin freebsd_committer freebsd_triage 2023-03-22 22:09:28 UTC
Is this still an issue with any RELEASE or pre-release version of FreeBSD?