index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospfd
/
ospfd.h
Age
Commit message (
Expand
)
Author
2009-01-07
Full stub area support. This allows ABRs to announce a default network
Claudio Jeker
2008-12-12
Make the kroute code routing priority aware. This solves a few issues and
Claudio Jeker
2008-11-24
Initial support for stub areas. The bit still missing is the redistribution
Claudio Jeker
2007-10-11
Bye bye global ospf options. OSPF options are per area (at least the one
Claudio Jeker
2007-09-25
Last missing piece in the equal cost multipath support for ospfd.
Claudio Jeker
2007-09-11
Switch some more baudrates to 64 bit and initialize iface->baudrate.
Claudio Jeker
2007-06-19
add support for mapping route labels to AS-external route tags.
Reyk Floeter
2007-05-29
Demote support for ospfd. It is possible to specify a demote group on
Claudio Jeker
2007-03-21
Add support for RFC 3137: OSPF Stub Router Advertisement
Claudio Jeker
2007-02-01
Preliminary configuration reload support. Seems to work reasonably well
Claudio Jeker
2007-02-01
kr_reload() -- another helper function for reload support. This one
Claudio Jeker
2006-12-21
Unbreak redistribute default and make it possible to specify a metric for
Claudio Jeker
2006-12-07
Make it possible to set the metric and LSA type for redistributed routes.
Claudio Jeker
2006-11-17
Support for multiple networks on one interface. Until now only the main
Claudio Jeker
2006-06-28
Track the uptime of the ospfd daemon itself.
Esben Norby
2006-05-31
More redistribute fun. Add a possibility to deny redistribution of specified
Claudio Jeker
2006-05-30
Now that rtlabels are accessable via sysctl we can use route lables to
Claudio Jeker
2006-04-25
Path the length of the packet as size_t to in_cksum(). Enforce that the
Claudio Jeker
2006-04-24
Fix parser to match current behaviour and make auth-type et al. part of the
Claudio Jeker
2006-04-20
Simplify the defaults handling. This is long overdue and necessary to add
Claudio Jeker
2006-03-23
List interfaces they way we list neighbors etc.
Esben Norby
2006-03-22
Move the AS external LSA tree out of struct ospfd_config. This simplifies
Claudio Jeker
2006-03-15
Looks like auth-type simple was busted since a long time. We bcmp() a
Claudio Jeker
2006-03-09
Track interface uptime.
Esben Norby
2006-03-09
Move *_name functions to log.c and use these for both ospfd and ospfctl.
Claudio Jeker
2006-03-09
in_cksum() should return a u_int16_t and not int. Switch a variable to
Claudio Jeker
2006-03-09
if_event_names is only used by interface.c so move it there.
Claudio Jeker
2006-03-08
Fix logic of the kroute code. First of all there was a porblem if a prefix
Claudio Jeker
2006-02-24
Keep track of the uptime of the entries in the RIB.
Esben Norby
2006-02-19
Keep track of the duration of our relationships with neighbors.
Esben Norby
2006-02-10
ospfd does not need fd passing via the imsg framework so remove that code
Claudio Jeker
2006-02-09
Don't calculate all areas every time the link state database is updated,
Esben Norby
2006-02-01
zap unused function.
Esben Norby
2006-01-12
Rewrite the redistribute code. The previous implementation was stupid and
Claudio Jeker
2006-01-05
Make ospfd respect carp(4) interfaces and their weird behaviour. They will
Claudio Jeker
2005-11-04
Kill spf_timer in struct ospfd_conf. There is no need for two event structs
Claudio Jeker
2005-10-18
The kroute nexthop stuff was removed long time ago. So remove these
Claudio Jeker
2005-09-24
- add auth_type and auth_keyid to struct ctl_iface
Mathieu Sauve-Frankel
2005-09-17
- add get_rtr_id() based on bgpd's get_bgpid()
Mathieu Sauve-Frankel
2005-06-26
Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes
Claudio Jeker
2005-05-27
Preparations for virtual link support.
Esben Norby
2005-05-26
Support dumping the configuration the way bgpd(8) does it.
Esben Norby
2005-05-26
Remove unused variable.
Esben Norby
2005-05-24
Only redistribute networks if the interface they depend on is actually
Claudio Jeker
2005-05-22
Handle cost2 for AS-external, and prepare for handling flags in
Esben Norby
2005-05-12
Add "show database asbr/external/network/router/self-originate/summary"
Esben Norby
2005-05-12
If activly connected to more than one area set B flag in the self-originated
Claudio Jeker
2005-04-27
Sort struct msgbuf by size. From Alexander von Gernler via henning@
Claudio Jeker
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-04-05
Use the dynamic buffer API for packet generation and sending.
Claudio Jeker
[next]