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
/
interface.c
Age
Commit message (
Expand
)
Author
2007-09-11
Switch some more baudrates to 64 bit and initialize iface->baudrate.
Claudio Jeker
2007-05-29
Demote support for ospfd. It is possible to specify a demote group on
Claudio Jeker
2007-02-01
whitespace cleanup, no binary change.
Claudio Jeker
2007-02-01
If an interface is going down send out an empty OSPF hello packet so that
Claudio Jeker
2007-01-24
When deleting a neighbor or a interface make sure that no events are pending.
Claudio Jeker
2006-11-28
add additional link states to report the half duplex / full duplex
Reyk Floeter
2006-11-17
Support for multiple networks on one interface. Until now only the main
Claudio Jeker
2006-09-27
Use IP_RECVIF to get the incomming interface of OSPF packets. Now we use
Claudio Jeker
2006-08-18
Correctly leave the all AllDRouters group (224.0.0.6) if the interface was
Claudio Jeker
2006-04-24
Fix parser to match current behaviour and make auth-type et al. part of the
Claudio Jeker
2006-04-16
KNF
Henning Brauer
2006-03-23
List interfaces they way we list neighbors etc.
Esben Norby
2006-03-15
Looks like auth-type simple was busted since a long time. We bcmp() a
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
Move *_name functions to log.c and use these for both ospfd and ospfctl.
Claudio Jeker
2006-03-09
KNF, remove some unneded type casts and add some ARGSUSED. This makes lint
Claudio Jeker
2006-03-09
if_event_names is only used by interface.c so move it there.
Claudio Jeker
2006-03-08
Spaces and other minor cleanup.
Claudio Jeker
2006-01-05
Make ospfd respect carp(4) interfaces and their weird behaviour. They will
Claudio Jeker
2005-12-15
Simpify iface_del() and nbr_del(). make them void funtions as they can not fail
Claudio Jeker
2005-12-04
Increase the receive buffer of the raw socket.
Esben Norby
2005-10-19
fix some spellings in comments.
Claudio Jeker
2005-10-18
Cleanup interface code a minimal bit. There is no need for if_shutdown(),
Claudio Jeker
2005-10-12
If router is DR or BDR join the AllDRouter list (and leave it if otherwise).
Claudio Jeker
2005-09-28
- use proper function name in log message
Mathieu Sauve-Frankel
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-09-15
Correctly handle loopback interfaces. Mark them as point-to-point networks
Claudio Jeker
2005-08-30
Fix one of the most fragile part of ospfd -- the interface election code.
Claudio Jeker
2005-06-21
Backout/Disable the change introduced in rev. 1.26. Don't start the hello
Claudio Jeker
2005-06-13
One additional if_act_elect bug. Neighbors in preliminary state (down, attempt
Claudio Jeker
2005-06-13
Doh. Fix another stupid copy paste typo. Once again BDR != DR.
Claudio Jeker
2005-06-13
add a new fsm transition for IF_EVT_WTIMER in state IF_STA_ANY that simply
Claudio Jeker
2005-06-13
start hello timer even if in state IF_STA_WAITING (this makes the startup much
Claudio Jeker
2005-05-27
Virtual link support.
Esben Norby
2005-05-26
Make interface election less verbose.
Esben Norby
2005-05-26
Simplify and cleanup passive interface handling.
Esben Norby
2005-05-26
Support dumping the configuration the way bgpd(8) does it.
Esben Norby
2005-05-12
Fix multiple bugs in if_act_elect(). In some cases DR were set wrongly
Claudio Jeker
2005-04-25
Call if_init() later and for each interface separately.
Claudio Jeker
2005-04-25
Move the creation of the ospf_socket from if_init() directly into ospfe().
Claudio Jeker
2005-04-25
Call if_init() in ospfe only, neither the rde nor the parent need it.
Claudio Jeker
2005-04-25
Change order of execution in if_act_reset(). First notify all neighbor
Claudio Jeker
2005-04-19
Don't call event_set() before event_init().
Claudio Jeker
2005-03-31
Better crypt sequence number initialization.
Esben Norby
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-03-29
The RFC never mentions anything about transfer, this should be transmit.
Esben Norby
2005-03-22
Remove bool cruft.
Esben Norby
2005-03-11
KNF
Henning Brauer
[next]