summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl/parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accept address and number format for "ospfctl show database area XXX".remi2019-05-161-3/+41
* ospfctl bits for opaque LSA support.claudio2011-05-091-1/+2
* move some things around to make intentions clear. not really a functionaltedu2010-09-041-16/+20
* implement ospfctl fib reload.dlg2010-02-191-1/+2
* Don't use [] in function arguments when dealing with arraysjsg2009-11-131-3/+3
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-1/+9
* please lintderaadt2007-10-141-6/+4
* Enable reload support in ospfctl. This is still a bit experimental so tryclaudio2007-02-011-2/+2
* No need to check if word is NULL before calling parse_addr/prefix.claudio2007-01-251-4/+3
* Correctly detect missing arguments like in "ospfctl show data area".claudio2007-01-251-6/+9
* List interfaces they way we list neighbors etc.norby2006-03-231-4/+7
* ospfd has the framework to couple and decouple the FIB. Add the neededclaudio2006-03-221-1/+9
* use prefixlen2mask which handles zero prefixlens righthenning2005-06-161-2/+12
* Add "show database asbr/external/network/router/self-originate/summary"norby2005-05-121-6/+10
* ospfctl bits for the "ospfctl show fib interface" part. This will printclaudio2005-03-261-1/+2
* bgpctl parts for "show fib".claudio2005-03-151-1/+14
* Add "show summary" to ospfctl.norby2005-03-141-2/+2
* Add "show rib" and "show rib detail" to ospfctl.norby2005-03-121-1/+9
* KNFhenning2005-02-021-2/+2
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
* Control program like bgpctl but this time for ospfd.claudio2005-01-281-0/+279