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")
Differential D33627
dnctl: Support reading config from file like ipfw(8) kp on Dec 23 2021, 2:51 PM. Authored by Tags None Referenced Files
Details
Extend the dnctl (dummynet config) tool to be able to read commands from Sponsored by: Rubicon Communications, LLC ("Netgate")
Diff Detail
Event TimelineComment Actions Looks like there's some whitespace adjustment included too. Will that be a separate commit? Comment Actions 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. |