summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfctl
AgeCommit message (Collapse)Author
2005-09-24- add auth_type and auth_keyid to struct ctl_ifaceMathieu Sauve-Frankel
- have ospfctl tell us when we are using authentication with 'show interface' ok claudio@ norby@
2005-06-16use prefixlen2mask which handles zero prefixlens rightHenning Brauer
2005-05-27Small formatting bits in show neighbor detail.Esben Norby
ok claudio@
2005-05-26Fix multi area display bug.Esben Norby
ok claudio@
2005-05-22Add missing bits to ospfctl show rib detail.Esben Norby
ok claudio@
2005-05-12tweaks;Jason McIntyre
2005-05-12Reflect reality.Esben Norby
2005-05-12Add "show database asbr/external/network/router/self-originate/summary"Esben Norby
to ospfctl. Show detailed information about the LSAs in the Link State Database. ok claudio@
2005-05-06Fix a display bug in 'show database', when ospfd is member of moreEsben Norby
than one area. Input from claudio. ok claudio@
2005-04-19Document the fact that ospfctl(8) understands "show rib".Esben Norby
ok claudio@
2005-04-16Static routes are flagged with F_STATIC and not with F_KERNEL.Claudio Jeker
2005-03-29The RFC never mentions anything about transfer, this should be transmit.Esben Norby
From Jason Ackley (thanks). ok claudio@
2005-03-26ospfctl bits for the "ospfctl show fib interface" part. This will printClaudio Jeker
the interface status as seen from the parent kroute perspective. OK henning@ norby@
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@