Page MenuHomeFreeBSD

IP address parsing in netgraph eating too many characters
ClosedPublic

Authored by markus_stoffdv.at on Sep 20 2020, 8:40 AM.
Referenced Files
Unknown Object (File)
Thu, Sep 26, 9:33 AM
Unknown Object (File)
Thu, Sep 26, 5:35 AM
Unknown Object (File)
Mon, Sep 23, 2:25 PM
Unknown Object (File)
Thu, Sep 19, 1:06 AM
Unknown Object (File)
Wed, Sep 18, 3:05 PM
Unknown Object (File)
Fri, Sep 13, 9:53 PM
Unknown Object (File)
Mon, Sep 2, 12:58 AM
Unknown Object (File)
Aug 30 2024, 1:07 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I have also filed a corresponding bug a couple of days ago: Bug 249327

After looking at your abandoned review (D26420) where you add parsing of IPv6 addresses. I wondered if we could use the generic inet_aton(3) functions available from kernel space?

P/S. Please add full context to your patches.
svn diff --diff-cmd = diff -x -U999999> change.diff
https://wiki.freebsd.org/Phabricator

After looking at your abandoned review (D26420) where you add parsing of IPv6 addresses. I wondered if we could use the generic inet_aton(3) functions available from kernel space?

I agree, this would probably have been the better than rolling the parser by hand. However, I think the man page leaves some room for improvement regarding it's IPv6 support.

I'm fine with this fix for a special case.
I agree, that a more complete approach would be fine, but this can be done in a later stage.

This revision is now accepted and ready to land.Sep 20 2020, 7:04 PM

Do you have a committer for this patch?