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
Age
Commit message (
Expand
)
Author
2011-08-20
Decouple log_verbose() from log_init() so the verbose flag stays set with
Stuart Henderson
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
Just use if_find() to find an interface by ifindex.
Claudio Jeker
2011-07-07
correct/change some debug and fatal messages.
Claudio Jeker
2011-07-07
KNF
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-07-04
Make sure that passive interfaces (like carp) are added to the
Claudio Jeker
2011-06-28
mention "include" support, boilerplate from ospfd.conf(5), ok dlg@
Stuart Henderson
2011-06-27
bring include support for config files in from ospfd.
David Gwynne
2011-05-06
Do not special case loopback interfaces on init. Instead force them
Claudio Jeker
2011-05-05
KNF
Claudio Jeker
2011-05-02
Some cleanup, some KNF and sync non functional differences with
Claudio Jeker
2011-05-02
Sync with ospfd/database.c
Claudio Jeker
2011-05-02
wrap long line
Claudio Jeker
2011-05-02
Don't include sys/param.h and reformat some lines.
Claudio Jeker
2011-04-30
no need to escape |, pointed out by jmc@
Stuart Henderson
2011-03-24
Make the sequence number constanst explicitly unsigned. The seq_num is
Claudio Jeker
2011-03-07
continguous -> contiguous
Henning Brauer
2010-12-31
Add missing #includes instead of assuming that some system header pulls in
Philip Guenthe
2010-12-13
Do not use a carp address as ospf router id because it is not unique.
Alexander Bluhm
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-08-22
When removing an announced prefix, inherit the metric and ext_tag
Alexander Bluhm
2010-08-22
Origin network-LSA with options based on the options of the link-LSAs.
Alexander Bluhm
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-07-14
Another hand knitted offsetof() that needs to die. This time steal the
Claudio Jeker
2010-07-14
use offsetof() instead of self knitted version to please gcc4.
Claudio Jeker
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-07-09
Do not try to originate an intra-area-prefix-lsa if an interface
Alexander Bluhm
2010-07-06
Update the interfaces changes from kroute to rde via imsg. This
Alexander Bluhm
2010-07-06
Use the static variable narea only where needed for config reload.
Alexander Bluhm
2010-07-05
During network intra-area-prefix-lsa origination, the designated
Alexander Bluhm
2010-07-01
Fix memory leak by adding a missing free(lsa).
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-28
Store the ifindex into the kroute change imsg. This way we can use
Alexander Bluhm
2010-06-12
Add a missing ntohs() around hdr.type. This fixes a segfault as
Alexander Bluhm
2010-06-12
Fix an obvious use after free. From ospfd.
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-06-09
Correctly decode prefixes. Fixes an infinite loop hit when the prefixlen is
Claudio Jeker
2010-06-08
Calculate size of update packet with IPv6 header and reserve space
Alexander Bluhm
2010-06-03
The is no md5 authentication in OSPFv3. Remove some leftovers from
Alexander Bluhm
2010-06-01
With IPv6 OSPF a single LSA can get larger than the MTU. As a
Alexander Bluhm
2010-06-01
Add NULL pointer check after calloc.
Alexander Bluhm
[next]