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)
Oct 7 2024, 5:58 PM
Unknown Object (File)
Oct 2 2024, 10:22 AM
Unknown Object (File)
Sep 28 2024, 1:33 PM
Unknown Object (File)
Sep 27 2024, 2:35 PM
Unknown Object (File)
Sep 27 2024, 8:02 AM
Unknown Object (File)
Sep 26 2024, 10:28 AM
Unknown Object (File)
Sep 24 2024, 8:58 AM
Unknown Object (File)
Sep 22 2024, 7:05 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 :-)