summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl/output.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* print "depend on" information when available in "ospfctl sh int" output.dlg2020-11-021-1/+6
| | | | ok remi@
* style(9), no functionnal change.denis2020-05-201-123/+117
|
* Externalise the output aspect of ospfctl.denis2020-05-181-0/+669
It is the first step towards implementing json output support. Diff by Richard Chivers <r.chivers () zengenti . com>, based on Claudio's work. Thanks ! OK claudio@