summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospfd.h
AgeCommit message (Expand)Author
2006-01-12Rewrite the redistribute code. The previous implementation was stupid andClaudio Jeker
2006-01-05Make ospfd respect carp(4) interfaces and their weird behaviour. They willClaudio Jeker
2005-11-04Kill spf_timer in struct ospfd_conf. There is no need for two event structsClaudio Jeker
2005-10-18The kroute nexthop stuff was removed long time ago. So remove theseClaudio Jeker
2005-09-24- add auth_type and auth_keyid to struct ctl_ifaceMathieu Sauve-Frankel
2005-09-17- add get_rtr_id() based on bgpd's get_bgpid()Mathieu Sauve-Frankel
2005-06-26Do not automaticaly announce routes that have RTF_DYNAMIC set. These routesClaudio Jeker
2005-05-27Preparations for virtual link support.Esben Norby
2005-05-26Support dumping the configuration the way bgpd(8) does it.Esben Norby
2005-05-26Remove unused variable.Esben Norby
2005-05-24Only redistribute networks if the interface they depend on is actuallyClaudio Jeker
2005-05-22Handle cost2 for AS-external, and prepare for handling flags inEsben Norby
2005-05-12Add "show database asbr/external/network/router/self-originate/summary"Esben Norby
2005-05-12If activly connected to more than one area set B flag in the self-originatedClaudio Jeker
2005-04-27Sort struct msgbuf by size. From Alexander von Gernler via henning@Claudio Jeker
2005-04-12Support for self originated AS-external LSA.Claudio Jeker
2005-04-05Use the dynamic buffer API for packet generation and sending.Claudio Jeker
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-03-29The RFC never mentions anything about transfer, this should be transmit.Esben Norby
2005-03-26Implement the IMSG_CTL_IFINFO bits correctly. This is needed forClaudio Jeker
2005-03-26kroute.c cleanup, simplify code and remove unused functions.Claudio Jeker
2005-03-23prefixlen2mask() should return a network byte order result as it does implyClaudio Jeker
2005-03-23grow receive buffer on the routing socket, from bgpdHenning Brauer
2005-03-23ssize_t -> size_t, from ntpd, there from Alexander von GernlerHenning Brauer
2005-03-22Remove bool cruft.Esben Norby
2005-03-15Add control messages for the show fib commands.Claudio Jeker
2005-03-14Add "show summary" to ospfctl.Esben Norby
2005-03-12Add "show rib" and "show rib detail" to ospfctl.Esben Norby
2005-03-08Remove no longer valid route entries.Esben Norby
2005-03-07Track interface state (up/down) and media status. Simplify the code a bitClaudio Jeker
2005-02-27SPF and route table calculation.Esben Norby
2005-02-24Remove the kroute nexthop specific code as there is no need for this inClaudio Jeker
2005-02-16Support point to point links.Esben Norby
2005-02-10Work around a timing issue in the db exchange phase. The DB descriptionClaudio Jeker
2005-02-09Fix interface fsm by inserting dummy events and actions as placeholderClaudio Jeker
2005-02-09Add buf_seek() as buf_reserve() fails if a buf_add()/buf_reserve() isClaudio Jeker
2005-02-07spelling fixesDavid Krause
2005-02-02KNFHenning Brauer
2005-02-01Introduce dynmaic buffers. Dynamic buffers are realloced() until max isClaudio Jeker
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker