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
2024-08-21
Mechanically replace inet_aton with inet_pton.
Florian Obser
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-01-16
Use struct ip_mreqn for the IP_MULTICAST_IF setsockopt. This way
Claudio Jeker
2021-01-12
Use the interface index of struct ip_mreqn in IP_ADD_MEMBERSHIP to send
Claudio Jeker
2020-11-02
print "depend on" information when available in "ospfctl sh int" output.
David Gwynne
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-03-11
Increase SO_RCVBUF of the ospf socket to 256k having this buffer can result
Claudio Jeker
2015-12-05
Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code
Claudio Jeker
2015-11-22
Improve ABR support especially for self-originated stub networks.
Claudio Jeker
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
Stefan Sperling
2015-07-20
Fix a segfault at startup when if_change() ist called before
Sebastian Benoit
2015-07-19
revert previous
Sebastian Benoit
2015-07-18
Properly handle carp(4) interfaces in "backup" mode on start-up.
Martin Pieuchot
2012-05-14
Don't display a nonsense uptime for an inactive interface. ldpd fix from
Stuart Henderson
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-06-21
Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio
Mike Belopuhov
2011-05-09
First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can
Claudio Jeker
2011-05-06
Do not special case loopback interfaces on init. Instead force them
Claudio Jeker
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
2010-05-14
When merging interfaces after a config reload, the fsm state for interfaces
Stuart Henderson
2010-02-16
When taking an interface down just try to do the cleanup. In cases where
Claudio Jeker
2010-02-16
implement support for fast hello packets.
David Gwynne
2009-09-30
Oups, these changes should not have been commited. Revert.
Claudio Jeker
2009-09-30
Announce a stub network LSA for backup carp interfaces. This should help
Claudio Jeker
2009-08-09
Scale both receive and send buffer on the raw socket. The default 8192
Claudio Jeker
2009-06-05
Preliminary rdomain support, all hacked up by reyk@
Claudio Jeker
2009-04-26
comment typos; no binary change
Stuart Henderson
2009-01-01
Remove some other useless debug messages that just add unneeded noise.
Claudio Jeker
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
[next]