index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospf6d
/
rde_spf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle connected routes as ospfd(8) does.
denis
2020-04-05
1
-10
/
+15
*
Rework of rde_asext_get()/rde_asext_put().
denis
2020-03-29
1
-22
/
+28
*
Rename and move calc_nexthop_clear()/calc_nexthop_add()
denis
2019-12-22
1
-45
/
+13
*
strings.h -> string.h to prevent an implicit declaration warning.
mmcc
2015-12-05
1
-2
/
+2
*
The if (!better && !equal) check is redundant as the same condition
bluhm
2012-09-18
1
-4
/
+1
*
Fix all white space bugs in ospf6d at once. No binary change.
bluhm
2010-07-01
1
-4
/
+4
*
Add routing calculation code for AS-ext LSA and Inter-Area LSA but the
claudio
2010-03-01
1
-38
/
+125
*
Treat multiple Router-LSAs originated by the same router as an
stsp
2010-02-22
1
-14
/
+23
*
Crap. Remove debug code that I did not plan to commit.
claudio
2009-12-22
1
-4
/
+1
*
Holy inconsitancy Batman! While it is impossible to use embeded scope ids
claudio
2009-12-22
1
-1
/
+4
*
Link local addressing strikes again. Include ifindex in all nexthop
claudio
2009-12-22
1
-13
/
+8
*
Use correct interface id. iface_id is our ifindex, nbr_iface_id is the
claudio
2009-12-22
1
-2
/
+2
*
Give calc_nexthop_lladdr() a chance to find the correct link local address.
claudio
2009-12-22
1
-12
/
+16
*
Install interface addresses of other routers (LA bit set or 128 prefixlen)
claudio
2009-07-28
1
-2
/
+9
*
Update rt_calc() for OSPFv3. The Routing Information Base is being
stsp
2009-04-09
1
-81
/
+61
*
Update spf_calc() for OSPFv3.
stsp
2009-03-29
1
-24
/
+51
*
Update calc_nexthop() for OSPFv3, using helper functions added in
stsp
2009-03-29
1
-58
/
+32
*
As a first step towards SPF tree calculation, prepare for proper
stsp
2009-03-29
1
-8
/
+69
*
Update linked() for OSPFv3.
stsp
2009-03-29
1
-9
/
+7
*
Change get_net_link()'s idx argument to unsigned, and make it
stsp
2009-03-29
1
-11
/
+8
*
Because get_rtr_link() forgot to increment the buffer offset
stsp
2009-03-29
1
-10
/
+9
*
The linked() function had an identity crisis and referred to itself
stsp
2009-03-10
1
-4
/
+4
*
Correct the output of several error and debug messages.
norby
2008-02-11
1
-2
/
+2
*
Make lsa_find() find link local LSA by passing the interface instead of the
claudio
2007-11-27
1
-3
/
+5
*
Oups, unbreak there were some LINK_TYPE_STUB_NET left in the code.
claudio
2007-10-16
1
-10
/
+1
*
Make ospf6d(8) not throw up on Router LSAs.
norby
2007-10-16
1
-4
/
+11
*
First step at making kroute IPv6 aware. This resulted in many additional
claudio
2007-10-16
1
-27
/
+38
*
Welcome ospf6d
norby
2007-10-08
1
-0
/
+1077