Page MenuHomeFreeBSD

ifconfig: split argument parsing and actual execution.
ClosedPublic

Authored by melifaro on May 2 2023, 9:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 1:19 AM
Unknown Object (File)
Tue, Mar 24, 2:06 AM
Unknown Object (File)
Mon, Mar 23, 12:15 PM
Unknown Object (File)
Fri, Mar 13, 11:23 AM
Unknown Object (File)
Fri, Mar 13, 11:15 AM
Unknown Object (File)
Feb 23 2026, 11:03 PM
Unknown Object (File)
Feb 9 2026, 12:36 AM
Unknown Object (File)
Feb 2 2026, 12:51 PM
Subscribers

Diff Detail

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

Event Timeline

kp added a subscriber: kp.

Are you planning on doing more cleanup work in ifconfig?

This is clearly a step in the right direction, but there are a lot more steps to take in ifconfig.

This revision is now accepted and ready to land.May 3 2023, 7:19 AM
In D39932#909217, @kp wrote:

Are you planning on doing more cleanup work in ifconfig?

To some extent :-) This change is first in the series to switch ifconfig to Netlink.

This is clearly a step in the right direction, but there are a lot more steps to take in ifconfig.

After looking into the code - yeah there certainly are :-)