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
Age
Commit message (
Expand
)
Author
2006-03-31
kill trailing whitespace;
Jason McIntyre
2006-03-30
For correct operation, ospfd needs net.inet.ip.forwarding=1 so add a
Claudio Jeker
2006-03-30
Add a warning about "fib-update no" similar to the fib decouple description
Claudio Jeker
2006-03-27
More specific warning.
Claudio Jeker
2006-03-25
Highlight that running an OSPF router without forwarding enabled is
Esben Norby
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-21
Kill debug message that floods the log if ospfctl is killed while dumping
Claudio Jeker
2006-03-21
Invalidating the full RIB and then only recalculating part of it is not
Claudio Jeker
2006-03-15
There is no need to check iface != NULL. These parser rules are only allowed
Claudio Jeker
2006-03-15
Looks like auth-type simple was busted since a long time. We bcmp() a
Claudio Jeker
2006-03-14
Kill unneeded util.h include.
Claudio Jeker
2006-03-13
The return value of the start/stop timer functions is almost never checked.
Claudio Jeker
2006-03-09
Track interface uptime.
Esben Norby
2006-03-09
Add some NOTREACHED to please lint.
Claudio Jeker
2006-03-09
More spring cleaning with lint. Change a few types and add some comments to
Claudio Jeker
2006-03-09
It seems that 60 secs is a reasonable amount of time to reach state FULL.
Esben Norby
2006-03-09
Move *_name functions to log.c and use these for both ospfd and ospfctl.
Claudio Jeker
2006-03-09
Correctly warn about unsupported interface types as it is done in other places.
Claudio Jeker
2006-03-09
KNF, remove some unneded type casts and add some ARGSUSED. This makes lint
Claudio Jeker
2006-03-09
Mark event callbacks with ARGSUSED to silence lint.
Claudio Jeker
2006-03-09
Switch send_packet from char * to void * and from int to size_t. The function
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-09
Log link state changes.
Esben Norby
2006-03-08
Remove unused quit flag inherited from bgpd long ago.
Claudio Jeker
2006-03-08
Cleanup with lint. Kill unused variable and fix some types.
Claudio Jeker
2006-03-08
Move procnames from log.h to log.c it is only used there.
Claudio Jeker
2006-03-08
Spaces and other minor cleanup.
Claudio Jeker
2006-03-08
Fix logic of the kroute code. First of all there was a porblem if a prefix
Claudio Jeker
2006-03-08
Check for implied acks. If we receive an update that is on our retransmission
Claudio Jeker
2006-02-24
Keep track of the uptime of the entries in the RIB.
Esben Norby
2006-02-23
Prevent ospfd from crashing when LSA Ext's are changed.
Esben Norby
2006-02-23
Rework the LSA cache and make it behave. Until now we only used the type,
Claudio Jeker
2006-02-21
Better English in comments.
Claudio Jeker
2006-02-21
Correctly count the number of LSAs in the retransmission list. OK norby@
Claudio Jeker
2006-02-19
Keep track of the duration of our relationships with neighbors.
Esben Norby
2006-02-19
Do not kick the adj_timer for neighbors that are in state 2-Way.
Esben Norby
2006-02-19
Do not traverse the entire LS retransmission list to figure out how many
Esben Norby
2006-02-19
Do not allocate a new chunk of memory every time we receive a packet.
Esben Norby
2006-02-15
Do not try to dirty an area when adding LSA ext.
Esben Norby
2006-02-10
ospfd does not need fd passing via the imsg framework so remove that code
Claudio Jeker
2006-02-10
If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@
Claudio Jeker
2006-02-09
Don't calculate all areas every time the link state database is updated,
Esben Norby
2006-02-09
Prevent the neighbor FSM from getting stuck forever in state EXSTART.
Esben Norby
2006-02-03
Cleanup and "simplify" iso checksum implementation. OK norby@
Claudio Jeker
2006-02-02
Be less verbose about DR/BDR selection this seems to be rock solid now.
Claudio Jeker
2006-02-02
zap md_list_empty, found by lint.
Esben Norby
2006-02-02
zap cand_list_empty, found by lint.
Esben Norby
2006-02-01
spf_calc should only do what the name says - calculate the spf tree.
Esben Norby
[next]