History log of /openbsd/usr.sbin/ospfd/packet.c (Results 26 – 37 of 37)
Revision Date Author Comments
# f12637e5 17-Sep-2005 msf <msf@openbsd.org>

- add get_rtr_id() based on bgpd's get_bgpid()
- remove rtr_id from struct iface we don't need to keep a copy of this value
per interface
- replace all references to iface->rtr_id.s_addr with calls

- add get_rtr_id() based on bgpd's get_bgpid()
- remove rtr_id from struct iface we don't need to keep a copy of this value
per interface
- replace all references to iface->rtr_id.s_addr with calls to ospfe_rtr_id()

ok claudio@ norby@

show more ...


# 4a862d7a 11-Aug-2005 henning <henning@openbsd.org>

EINTR, and a little KNF in packet.c


# 33ad38af 27-May-2005 norby <norby@openbsd.org>

Virtual link support.

ok claudio@


# 40f0e1dd 26-May-2005 norby <norby@openbsd.org>

Simplify and cleanup passive interface handling.

ok claudio@


# beeeb35c 14-Apr-2005 cloder <cloder@openbsd.org>

Some format string cleanup. OK deraadt


# 0491ce75 05-Apr-2005 claudio <claudio@openbsd.org>

Use the dynamic buffer API for packet generation and sending.
OK norby@


# 03431b74 31-Mar-2005 norby <norby@openbsd.org>

Add support for crypt authentication (MD5).

ok and input claudio@


# feb9f399 16-Feb-2005 norby <norby@openbsd.org>

Support point to point links.

ok claudio@


# a139c072 07-Feb-2005 david <david@openbsd.org>

spelling fixes


# 6d36cc0d 04-Feb-2005 claudio <claudio@openbsd.org>

Use log_warn() insteade of log_warnx() after sendto() and if_set_mcast()
errors as errno was set by the call.


# 367f601b 28-Jan-2005 norby <norby@openbsd.org>

Change my email address to the OpenBSD one since Ericsson has nothing to
do with this software, just happend to be my only valid email address at
the time.


# 204df0f8 28-Jan-2005 claudio <claudio@openbsd.org>

Welcome ospfd
started by Esben Norby some time ago by using the imsg/three process framework
of bgpd. He implemented the basic concept plus the ospf finite state machines.
Later I joined and helped h

Welcome ospfd
started by Esben Norby some time ago by using the imsg/three process framework
of bgpd. He implemented the basic concept plus the ospf finite state machines.
Later I joined and helped him cleanup, debug and extend his work.
Right now it is not particularly useful, major parts are still missing but is
imported to allow more people to work on it.
status:
The basic protocol works for broadcast networks and the LS database is
synchronized and updated. It is not possible to be DR or BDR on a network
and other interface types like point-to-point are not yet supported.
The shortest path tree is not calculated and so no routing information is
exchanged with the kernel FIB.

Not yet connected to the builds.
OK henning@

show more ...


12