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)
May 14 2024, 2:17 PM
Unknown Object (File)
May 3 2024, 9:30 PM
Unknown Object (File)
Apr 27 2024, 3:20 PM
Unknown Object (File)
Apr 27 2024, 3:20 PM
Unknown Object (File)
Apr 27 2024, 3:20 PM
Unknown Object (File)
Apr 27 2024, 3:08 PM
Unknown Object (File)
Feb 13 2024, 5:19 AM
Unknown Object (File)
Feb 13 2024, 5:19 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51305
Build 48196: arc lint + arc unit

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 :-)