summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl/parser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Accept address and number format for "ospfctl show database area XXX".remi2019-05-161-3/+41
| | | | OK denis@ benno@
* ospfctl bits for opaque LSA support.claudio2011-05-091-1/+2
| | | | tested and OK sthen@
* move some things around to make intentions clear. not really a functionaltedu2010-09-041-16/+20
| | | | change. ok claudio
* implement ospfctl fib reload.dlg2010-02-191-1/+2
| | | | | | | | | this tells the daemon to resync the kernels list of interfaces and routes with the daemons list. this is very useful if the routing socket overflows and you want to sync things up again. lots and lots of help from claudio@ ok claudio@
* Don't use [] in function arguments when dealing with arraysjsg2009-11-131-3/+3
| | | | | | we don't know the size of, otherwise gcc >= 4 will error. ok markus@ deraadt@
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-1/+9
| | | | logging. henning, sthen, michele like the idea
* please lintderaadt2007-10-141-6/+4
|
* Enable reload support in ospfctl. This is still a bit experimental so tryclaudio2007-02-011-2/+2
| | | | it out in your test lab before using it on the core infrastructure.
* No need to check if word is NULL before calling parse_addr/prefix.claudio2007-01-251-4/+3
| | | | The functions do that check already.
* Correctly detect missing arguments like in "ospfctl show data area".claudio2007-01-251-6/+9
| | | | OK henning@ norby@
* List interfaces they way we list neighbors etc.norby2006-03-231-4/+7
| | | | | | | | This makes it much easier to grep in the output. The original format of "show interface" can be seen with "show interface detail". help and ok claudio@
* ospfd has the framework to couple and decouple the FIB. Add the neededclaudio2006-03-221-1/+9
| | | | | | | functionality to ospfctl for it. NOTE: decoupling the FIB one a router may totaly fuck up the complete network. Use it with care! OK norby@
* 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
| | | | | | | | to ospfctl. Show detailed information about the LSAs in the Link State Database. ok claudio@
* ospfctl bits for the "ospfctl show fib interface" part. This will printclaudio2005-03-261-1/+2
| | | | | the interface status as seen from the parent kroute perspective. OK henning@ norby@
* bgpctl parts for "show fib".claudio2005-03-151-1/+14
| | | | OK norby@ deraadt@
* Add "show summary" to ospfctl.norby2005-03-141-2/+2
| | | | ok claudio@ henning@
* Add "show rib" and "show rib detail" to ospfctl.norby2005-03-121-1/+9
| | | | ok henning@
* KNFhenning2005-02-021-2/+2
|
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
| | | | | do with this software, just happend to be my only valid email address at the time.
* Control program like bgpctl but this time for ospfd.claudio2005-01-281-0/+279
Currently only basic show commands work. Not yet connected to the builds. OK henning@