summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/interface.c
AgeCommit message (Expand)Author
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.Stefan Sperling
2013-11-01another annoying %iTheo de Raadt
2012-09-17Fix trailing whitespaces.Alexander Bluhm
2011-07-07Rework the distribution of link state and iface FSM state changes.Claudio Jeker
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-07-04Make sure that passive interfaces (like carp) are added to theClaudio Jeker
2011-05-06Do not special case loopback interfaces on init. Instead force themClaudio Jeker
2009-09-20if_new() would treat the new interface as a virtual link if the ifnameStefan Sperling
2009-03-29For SPF calculation, we will need the source address specifiedStefan Sperling
2009-02-19Remove origination of Intra-Area-Prefix LSAs from ospfe.Stefan Sperling
2009-02-19Sync iface fsm state from ospfe to rde.Stefan Sperling
2009-01-29Originate Intra-Area-Prefix LSAs which reference a router LSA.Stefan Sperling
2009-01-27Propagate the neighbour's interface ID, as received in hello packets,Stefan Sperling
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio Jeker
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-11-27Monster diff to bring us a bit on track again.Claudio Jeker
2007-11-24Print the neighbor ID instead of the neighbor address in if_act_elect().Claudio Jeker
2007-10-11No need to store the interface mask. An interface represents a link and isClaudio Jeker
2007-10-11In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soClaudio Jeker
2007-10-09Unneeded and to noisy debug outputClaudio Jeker
2007-10-09Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and theClaudio Jeker
2007-10-08Welcome ospf6dEsben Norby