index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospf6d
/
kroute.c
Age
Commit message (
Expand
)
Author
2011-07-07
It helps to set the sdl_family so that the kernel knows what this is.
Claudio Jeker
2011-07-07
Rework the distribution of link state and iface FSM state changes.
Claudio Jeker
2011-07-07
Only send interface address changes to the ospfe/rde if the interface
Claudio Jeker
2011-07-07
Commit stuff that I added to another tree eventhough it should have
Claudio Jeker
2011-07-07
Kill nh_reachable. Link state checking is so easy now that it does not
Claudio Jeker
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-03-07
continguous -> contiguous
Henning Brauer
2010-10-14
Same fix as previously commited to ospfd. Ensure that kr_redistribute()
Claudio Jeker
2010-08-22
Redistributing the default route with ospf6d did not work correctly.
Alexander Bluhm
2010-07-14
Another hand knitted offsetof() that needs to die. This time steal the
Claudio Jeker
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-07-06
Update the interfaces changes from kroute to rde via imsg. This
Alexander Bluhm
2010-07-01
Fix all white space bugs in ospf6d at once. No binary change.
Alexander Bluhm
2010-07-01
The prefixes of interface addresses of an ospf link have to be
Alexander Bluhm
2010-06-28
If there is no next hop but an interface index, create a cloning
Alexander Bluhm
2010-06-12
The "dispatch_rtmsg no nexthop" error was emitted in wrong cases
Alexander Bluhm
2010-06-09
Only embed the interface scope for link local nexthops. AS-ext LSA have
Claudio Jeker
2010-02-23
This is a total dejavu of bgpd/kroute.c 1.165. Because IPv6 fucked up and
Claudio Jeker
2009-12-23
Loopback interface don't have link local addresses so use the real IPv6
Claudio Jeker
2009-12-22
Holy inconsitancy Batman! While it is impossible to use embeded scope ids
Claudio Jeker
2009-12-22
Add interface index aka. scope id to struct kroute so that the rde can pass
Claudio Jeker
2009-12-21
Another AF_INET that should be an AF_INET6.
Claudio Jeker
2009-12-21
Doh! It helps to load the IPv6 routing table into kroute instead of IPv4.
Claudio Jeker
2009-09-20
In kif_update(), the ifname array could be used uninitialised if the
Stefan Sperling
2009-06-05
rtm->rtm_hdrlen conversion
Chris Cappuccio
2009-04-09
Don't dereference NULL pointers. This crash wasn't found yet because
Stefan Sperling
2009-02-03
We don't need anything other than link-local addresses and
Stefan Sperling
2009-01-04
if_newaddr() was hard-coding all interface prefixes to /64.
Stefan Sperling
2008-05-09
Henning forgot ospf6d. Add priority to ospf6d as well.
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-10-17
From ripd: Add missing RTM_VERSION checks.
Claudio Jeker
2007-10-16
First step at making kroute IPv6 aware. This resulted in many additional
Claudio Jeker
2007-10-11
There is no need to support interface em0:<IP> anymore. Remove most of the
Claudio Jeker
2007-10-10
Address scope was probably the most stupid idea comming out of IPv6.
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby