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
/
ospfd
/
kroute.c
Age
Commit message (
Expand
)
Author
2008-07-24
Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@
Claudio Jeker
2008-06-13
Simplify ROUNDUP() macro, it does not need the additional size argument.
Claudio Jeker
2008-05-09
insert/delete routes w/ prio RTP_OSPF
Henning Brauer
2008-05-05
Use rtm_hdrlen instead of the static header length. OK norby@
Claudio Jeker
2007-10-17
From ripd: Add missing RTM_VERSION checks
Claudio Jeker
2007-10-01
fix alot of whitespace problems...
Esben Norby
2007-09-25
Last missing piece in the equal cost multipath support for ospfd.
Claudio Jeker
2007-07-23
when multipath routes exist, display them in ospfctl sh fib output.
Pierre-Yves Ritschard
2007-06-19
add support for mapping route labels to AS-external route tags.
Reyk Floeter
2007-06-13
Ingnore updates that did not change the route. This enhances the signal to
Claudio Jeker
2007-06-12
When removeing as-ext LSA initialise the metric to some sane default else
Claudio Jeker
2007-05-22
Rework the way how ospfd fetches and tracks interfaces. Try to merge the
Claudio Jeker
2007-04-19
Use iovecs to write routing messages to the socket instead of a static
Claudio Jeker
2007-04-12
Before starting to evaluate the redistributon of a route it helps to set
Claudio Jeker
2007-03-27
First step to make ospfd equal cost multipath aware.
Claudio Jeker
2007-03-13
Don't call rtlabel_unref() twice on RTM_DELETE. kroute_remove() does it
Claudio Jeker
2007-03-13
rtm_tableid is only valid for RTM_ADD, RTM_CHANGE and RTM_DELETE but not
Claudio Jeker
2007-02-25
copy mis-aligned routing socket message into a properly aligned struct, so
Theo de Raadt
2007-02-24
spelling; sthen@spacehopper
Theo de Raadt
2007-02-01
kr_reload() -- another helper function for reload support. This one
Claudio Jeker
2006-12-13
Doh! I forgot the change from kroute to rroute in the deletion case.
Claudio Jeker
2006-12-07
Make it possible to set the metric and LSA type for redistributed routes.
Claudio Jeker
2006-11-28
add additional link states to report the half duplex / full duplex
Reyk Floeter
2006-11-28
mib we pass to sysctl when fetching the routing table has 7 entries now,
Henning Brauer
2006-11-17
Support for multiple networks on one interface. Until now only the main
Claudio Jeker
2006-11-16
ignore routing messages for alternate tables for now, from bgpd
Henning Brauer
2006-05-30
Now that rtlabels are accessable via sysctl we can use route lables to
Claudio Jeker
2006-05-27
Revert last commit. Having ifindex of 0 is an error and needs to be reported.
Claudio Jeker
2006-04-28
do not log "interface with index 0 not found". ifindex == 0 happens on
Henning Brauer
2006-04-25
ARGSUSED for event handler.
Claudio Jeker
2006-04-18
struct kif_kr is not used in ospfd.
Claudio Jeker
2006-04-16
KNF
Henning Brauer
2006-04-16
only look at later rt_msghdr fields for those messages actually using
Henning Brauer
2006-03-08
Fix logic of the kroute code. First of all there was a porblem if a prefix
Claudio Jeker
2006-01-23
Kill stupid comment. "not reached" after a continue is superfluous.
Claudio Jeker
2006-01-12
Rewrite the redistribute code. The previous implementation was stupid and
Claudio Jeker
2006-01-12
Change inet_addr("127.0.0.1") into htonl(INADDR_LOOPBACK) and similar.
Claudio Jeker
2006-01-05
Make ospfd respect carp(4) interfaces and their weird behaviour. They will
Claudio Jeker
2005-12-14
Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data is
Claudio Jeker
2005-08-08
tab before newline.
Claudio Jeker
2005-06-26
Do not automaticaly announce routes that have RTF_DYNAMIC set. These routes
Claudio Jeker
2005-05-24
Only redistribute networks if the interface they depend on is actually
Claudio Jeker
2005-05-24
Set ifindex for all kernel routes. This makes it very easy to track the
Claudio Jeker
2005-05-13
The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages in
Claudio Jeker
2005-04-16
Set F_STATIC flag earlier else the default route will end up as non-static.
Claudio Jeker
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-03-26
Implement the IMSG_CTL_IFINFO bits correctly. This is needed for
Claudio Jeker
2005-03-26
kroute.c cleanup, simplify code and remove unused functions.
Claudio Jeker
2005-03-23
The interface name in struct sockaddr_dl may not be nul terminated and
Claudio Jeker
[next]