summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospfe.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Like in ospfd use a static pkt_ptr buffer.claudio2021-01-191-3/+1
* Do the same control cleanup as in ospfd. Move control_state and ctl_connsclaudio2021-01-191-3/+3
* Rename orig_rtr_lsa_area() to orig_rtr_lsa()denis2020-01-021-2/+2
* Refactor link state ack/req.denis2019-12-281-2/+2
* Scale send buffer on socket.denis2019-12-221-2/+2
* Convert sendto() to sendmsg().denis2019-12-111-2/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* sync w/ospfd: improve snapshot handling; ok claudio, sthenmarkus2013-03-251-1/+2
* Origin network-LSA with options based on the options of the link-LSAs.bluhm2010-08-221-1/+2
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-3/+3
* 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
* 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-1/+2
* Send the interface index in the correct byte order and add iface_id toclaudio2008-12-281-1/+2
* Monster commit of stuff I did mostly last month. What it does:claudio2007-12-131-4/+3
* From ospfd: Funny typo, it is fib not fip so adjust function name.claudio2007-10-131-2/+2
* In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soclaudio2007-10-111-2/+1
* area_ospf_options() should return the options in network byte order.claudio2007-10-111-3/+3
* From ospfd:claudio2007-10-111-2/+3
* send_packet() now takes a struct in6_addr as destination instead of aclaudio2007-10-101-2/+2
* Remaining bit of last night work. Make packet reception use all the goodiesclaudio2007-10-091-2/+2
* Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and theclaudio2007-10-091-3/+3
* Welcome ospf6dnorby2007-10-081-0/+233