summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfctl
AgeCommit message (Collapse)Author
2005-03-23Sync mask2prefixlen() with the kroute.c version of ospfd because they shareClaudio Jeker
the same prototype definition comming from ospfd.h. OK norby@
2005-03-15bgpctl parts for "show fib".Claudio Jeker
OK norby@ deraadt@
2005-03-14Add "show summary" to ospfctl.Esben Norby
ok claudio@ henning@
2005-03-12Add "show rib" and "show rib detail" to ospfctl.Esben Norby
ok henning@
2005-03-12Small K&F.Esben Norby
ok henning@
2005-02-02KNFHenning Brauer
2005-02-02usage() is __deadHenning Brauer
pt out by Alexander v Gernler
2005-01-28tweaks;Jason McIntyre
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
do with this software, just happend to be my only valid email address at the time.
2005-01-28Control program like bgpctl but this time for ospfd.Claudio Jeker
Currently only basic show commands work. Not yet connected to the builds. OK henning@