Page MenuHomeFreeBSD

dhclient: Ignore SIP servers DHCP option defined in RFC 3361
ClosedPublic

Authored by michaelo on Jul 4 2024, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 19, 6:56 PM
Unknown Object (File)
Thu, Oct 17, 7:40 AM
Unknown Object (File)
Wed, Oct 16, 7:28 PM
Unknown Object (File)
Tue, Oct 15, 12:48 AM
Unknown Object (File)
Sun, Oct 13, 9:47 AM
Unknown Object (File)
Oct 12 2024, 5:29 AM
Unknown Object (File)
Oct 10 2024, 10:36 PM
Unknown Object (File)
Oct 10 2024, 7:05 PM
Subscribers

Details

Summary

Ignore SIP servers dhcp option to shut up the warning message.
This option is defined in the RFC 3361 and sent from NSD-G1000T router.

PR: 280119

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58499
Build 55387: arc lint + arc unit

Event Timeline

jrm added a subscriber: brooks.

RFC 3361 declares 120 to be the code for the option, and this is doing the same thing as what's done for other unimplemented options, so this seems fine to me too. I'll add @brooks, a src committer who just touched dhclient, to be sure we're not missing something. Please make sure you use git commit --author to attribute Yuichiro NAITO in the commit logs.

This revision is now accepted and ready to land.Jul 4 2024, 6:35 PM
In D45873#1045890, @jrm wrote:

RFC 3361 declares 120 to be the code for the option, and this is doing the same thing as what's done for other unimplemented options, so this seems fine to me too. I'll add @brooks, a src committer who just touched dhclient, to be sure we're not missing something. Please make sure you use git commit --author to attribute Yuichiro NAITO in the commit logs.

Did that already, gave the reporter full credits.

Seems reasonable to me.