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
F107139202: D45873.diff
Fri, Jan 10, 5:42 PM
Unknown Object (File)
Wed, Dec 25, 1:28 PM
Unknown Object (File)
Nov 25 2024, 11:07 PM
Unknown Object (File)
Nov 24 2024, 4:16 AM
Unknown Object (File)
Nov 23 2024, 9:56 PM
Unknown Object (File)
Nov 23 2024, 7:19 AM
Unknown Object (File)
Nov 21 2024, 10:54 PM
Unknown Object (File)
Nov 20 2024, 10:22 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 58500
Build 55388: 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.