summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* Increase SO_RCVBUF of the ospf socket to 256k having this buffer can resultclaudio2018-03-111-5/+5
* Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some codeclaudio2015-12-051-16/+2
* Improve ABR support especially for self-originated stub networks.claudio2015-11-221-2/+4
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-271-5/+5
* Fix a segfault at startup when if_change() ist called beforebenno2015-07-201-3/+5
* revert previousbenno2015-07-191-5/+3
* Properly handle carp(4) interfaces in "backup" mode on start-up.mpi2015-07-181-3/+5
* Don't display a nonsense uptime for an inactive interface. ldpd fix fromsthen2012-05-141-2/+3
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-4/+2
* Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudiomikeb2011-06-211-2/+2
* First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canclaudio2011-05-091-1/+2
* Do not special case loopback interfaces on init. Instead force themclaudio2011-05-061-5/+8
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-3/+3
* When merging interfaces after a config reload, the fsm state for interfacessthen2010-05-141-1/+2
* When taking an interface down just try to do the cleanup. In cases whereclaudio2010-02-161-19/+13
* implement support for fast hello packets.dlg2010-02-161-5/+10
* Oups, these changes should not have been commited. Revert.claudio2009-09-301-3/+5
* Announce a stub network LSA for backup carp interfaces. This should helpclaudio2009-09-301-5/+3
* Scale both receive and send buffer on the raw socket. The default 8192claudio2009-08-091-2/+13
* Preliminary rdomain support, all hacked up by reyk@claudio2009-06-051-1/+16
* comment typos; no binary changesthen2009-04-261-2/+2
* Remove some other useless debug messages that just add unneeded noise.claudio2009-01-011-7/+2
* Switch some more baudrates to 64 bit and initialize iface->baudrate.claudio2007-09-111-1/+2
* Demote support for ospfd. It is possible to specify a demote group onclaudio2007-05-291-1/+14
* whitespace cleanup, no binary change.claudio2007-02-011-4/+4
* If an interface is going down send out an empty OSPF hello packet so thatclaudio2007-02-011-1/+4
* When deleting a neighbor or a interface make sure that no events are pending.claudio2007-01-241-1/+8
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+2
* Support for multiple networks on one interface. Until now only the mainclaudio2006-11-171-82/+77
* Use IP_RECVIF to get the incomming interface of OSPF packets. Now we useclaudio2006-09-271-1/+12
* Correctly leave the all AllDRouters group (224.0.0.6) if the interface wasclaudio2006-08-181-1/+9
* Fix parser to match current behaviour and make auth-type et al. part of theclaudio2006-04-241-3/+3
* KNFhenning2006-04-161-2/+2
* List interfaces they way we list neighbors etc.norby2006-03-231-1/+2
* Looks like auth-type simple was busted since a long time. We bcmp() aclaudio2006-03-151-2/+1
* The return value of the start/stop timer functions is almost never checked.claudio2006-03-131-52/+27
* Track interface uptime.norby2006-03-091-1/+10
* Move *_name functions to log.c and use these for both ospfd and ospfctl.claudio2006-03-091-66/+4
* KNF, remove some unneded type casts and add some ARGSUSED. This makes lintclaudio2006-03-091-9/+10
* if_event_names is only used by interface.c so move it there.claudio2006-03-091-1/+12
* Spaces and other minor cleanup.claudio2006-03-081-3/+3
* Make ospfd respect carp(4) interfaces and their weird behaviour. They willclaudio2006-01-051-3/+25
* Simpify iface_del() and nbr_del(). make them void funtions as they can not failclaudio2005-12-151-8/+4
* Increase the receive buffer of the raw socket.norby2005-12-041-1/+12
* fix some spellings in comments.claudio2005-10-191-3/+3
* Cleanup interface code a minimal bit. There is no need for if_shutdown(),claudio2005-10-181-11/+1
* If router is DR or BDR join the AllDRouter list (and leave it if otherwise).claudio2005-10-121-1/+22
* - use proper function name in log messagemsf2005-09-281-4/+4
* - add auth_type and auth_keyid to struct ctl_ifacemsf2005-09-241-1/+3