Page MenuHomeFreeBSD

dnctl: Support reading config from file like ipfw(8)
ClosedPublic

Authored by kp on Dec 23 2021, 2:51 PM.
Tags
None
Referenced Files
F150396257: D33627.diff
Tue, Mar 31, 8:55 PM
Unknown Object (File)
Tue, Mar 31, 5:54 AM
Unknown Object (File)
Fri, Mar 27, 7:14 AM
Unknown Object (File)
Tue, Mar 17, 8:15 AM
Unknown Object (File)
Tue, Mar 17, 8:08 AM
Unknown Object (File)
Feb 8 2026, 1:12 AM
Unknown Object (File)
Jan 4 2026, 1:25 AM
Unknown Object (File)
Dec 24 2025, 1:33 PM
Subscribers

Details

Summary

Extend the dnctl (dummynet config) tool to be able to read commands from
a file, just like ipfw already does.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43557
Build 40445: arc lint + arc unit

Event Timeline

kp requested review of this revision.Dec 23 2021, 2:51 PM

Looks like there's some whitespace adjustment included too. Will that be a separate commit?

In D33627#760102, @cy wrote:

Looks like there's some whitespace adjustment included too. Will that be a separate commit?

I didn't intend for there to be any, other than increasing the indent level of the while ((c = getopt(ac, av, "cfNnp:qS")) != -1) loop, and as far as I can tell that's the only whitespace change.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 3 2022, 12:56 PM
This revision was automatically updated to reflect the committed changes.