summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <stddef.h>denis2020-05-271-2/+1
* Rename orig_rtr_lsa_area() to orig_rtr_lsa()denis2020-01-021-5/+5
* Area is now part of struct ifacedenis2019-12-231-2/+3
* Scale send buffer on socket.denis2019-12-221-3/+11
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* Add support for rdomains.remi2018-07-121-2/+3
* Increase SO_RCVBUF of the ospf socket to 256k having this buffer can resultclaudio2018-03-111-2/+5
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-271-4/+4
* another annoying %ideraadt2013-11-011-2/+2
* Fix trailing whitespaces.bluhm2012-09-171-2/+2
* Rework the distribution of link state and iface FSM state changes.claudio2011-07-071-5/+5
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-4/+2
* Make sure that passive interfaces (like carp) are added to theclaudio2011-07-041-5/+5
* Do not special case loopback interfaces on init. Instead force themclaudio2011-05-061-5/+9
* if_new() would treat the new interface as a virtual link if the ifnamestsp2009-09-201-3/+8
* For SPF calculation, we will need the source address specifiedstsp2009-03-291-2/+3
* Remove origination of Intra-Area-Prefix LSAs from ospfe.stsp2009-02-191-2/+1
* Sync iface fsm state from ospfe to rde.stsp2009-02-191-1/+5
* Originate Intra-Area-Prefix LSAs which reference a router LSA.stsp2009-01-291-1/+2
* Propagate the neighbour's interface ID, as received in hello packets,stsp2009-01-271-2/+2
* First try at originating Link (type-8) LSA. Code is wrong and the initialclaudio2008-12-301-2/+4
* Monster commit of stuff I did mostly last month. What it does:claudio2007-12-131-36/+76
* Monster diff to bring us a bit on track again.claudio2007-11-271-1/+2
* Print the neighbor ID instead of the neighbor address in if_act_elect().claudio2007-11-241-5/+5
* No need to store the interface mask. An interface represents a link and isclaudio2007-10-111-3/+1
* In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soclaudio2007-10-111-3/+1
* Unneeded and to noisy debug outputclaudio2007-10-091-2/+1
* Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and theclaudio2007-10-091-21/+20
* Welcome ospf6dnorby2007-10-081-0/+803