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
/
rde.c
Age
Commit message (
Expand
)
Author
2012-09-17
Fix trailing whitespaces.
Alexander Bluhm
2011-11-06
Add a #include that's currently picked up via another header that's
Philip Guenthe
2011-07-07
Rework the distribution of link state and iface FSM state changes.
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
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-05-05
KNF
Claudio Jeker
2011-05-02
Don't include sys/param.h and reformat some lines.
Claudio Jeker
2010-08-22
When removing an announced prefix, inherit the metric and ext_tag
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
Store the ifindex into the kroute change imsg. This way we can use
Alexander Bluhm
2010-06-12
Fix an obvious use after free. From ospfd.
Alexander Bluhm
2010-06-01
Add NULL pointer check after calloc.
Alexander Bluhm
2010-06-01
Fix error message.
Alexander Bluhm
2010-04-16
Move a function to a place that is a bit more logical. No functional change.
Claudio Jeker
2010-03-01
Support for redistributing AS-ext LSA (redistribute static/connected).
Claudio Jeker
2010-01-24
In orig_intra_lsa_rtr(), don't allocate and free a temporary buffer
Stefan Sperling
2009-12-22
Add interface index aka. scope id to struct kroute so that the rde can pass
Claudio Jeker
2009-11-02
Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.
Claudio Jeker
2009-07-28
More fallout from the r1.31 commit. This time PID and the fd got swapped.
Claudio Jeker
2009-07-28
Running 'ospf6ctl show' twice caused ospf6d to fatal. Cause was a missing -
Claudio Jeker
2009-06-06
make ospf6ctl/ospf6d imsg-in-a-lib ready too.
Eric Faurot
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
libevent handler fix to allow EV_READ and EV_WRITE to be set at the same
Claudio Jeker
2009-04-09
Fix a naming inconsistency in struct lsa_intra_prefix (lsid -> ls_id).
Stefan Sperling
2009-03-29
As a first step towards SPF tree calculation, prepare for proper
Stefan Sperling
2009-03-12
lsa_self() did too many things at once, and had too much logic
Stefan Sperling
2009-03-07
Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree.
Stefan Sperling
2009-02-19
Use rde_router_id() instead of directly accessing rdeconf->rtr_id.s_addr.
Stefan Sperling
2009-02-19
Enable origination of Intra-Area-Prefix LSAs in rde.
Stefan Sperling
2009-02-19
Virtually re-implement origination of Intra-Area-Prefix LSAs.
Stefan Sperling
2009-02-19
Sync iface fsm state from ospfe to rde.
Stefan Sperling
2009-02-10
Fix two obvious copy-paste errors in fatal error messages. We were
Stefan Sperling
2009-02-03
Formatting fixes.
Stefan Sperling
2009-01-29
Hard-code the Link State ID of Intra-Area-Prefix LSAs referencing Network
Stefan Sperling
2009-01-29
Improve debugging message in orig_intra_lsa_net().
Stefan Sperling
2009-01-28
Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list
Stefan Sperling
2009-01-27
Again, no need to double check if neighbor exists.
Michele Marchetto
2009-01-03
Since link LSAs live in iface->lsa_tree and not in area->lsa_tree,
Stefan Sperling
2008-12-30
First try at originating Link (type-8) LSA. Code is wrong and the initial
Claudio Jeker
2008-12-28
No need to byteswap req_hdr.type as lsa_find() will do that for us.
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
[next]