Age | Commit message (Collapse) | Author |
|
|
|
|
|
getifaddrs() have the scope id added to the address and so fuck up in the
compare later. This part has bin stolen from ifconfig/ifconfig.c and shows
the beauty of IPv6. Thank you KAME.
disgusting but OK henning@
|
|
intended for building realtime BGP blacklists (e.g. with spamd);
ok claudio & henning
|
|
standard include files are full of redundant declarations. OK henning@
|
|
this is a huge step forward. OK henning@
|
|
will become more and needed by bgpctl too
|
|
|
|
nothing to do with the decision process. henning@ "conceptual ok ;-)"
|
|
with help from hshoexer@ and markus@
ok claudio@ hshoexer@ markus@
|
|
tests otto@, okay millert@
|
|
|
|
|
|
|
|
only implemented type yet is IMSG_CTL_SHOW_NEIGHBOR which sends back
the struct peer for all neighbors.
will be used by bgpdctl
|
|
this time with (non-bloody) help from jmc@
|
|
o define new imsg types for this
o process these imsgs in the parent process
now "only" debugging and the rde sending these messages is missing.
ok claudio@
|
|
|
|
|
|
|
|
noticed by Dries Schellekens <gwyllion@ace.ulyssis.org>
|
|
started by me some time ago with moral support from theo, the proceeded up to
the point where the session engine worked correctly. claudio jeker joined
then and did a lot of work in the RDE.
it is not particulary usefull as application right now as parts are still
missing but is imported to enable more people to work on it.
status:
BGP sessions get established fine, OPEN messages and then KEEPALIVEs
exchanged etc. session FSM works fine; NOTIFICATIONs are handled fine, and
all connection drops etc I provoked get handled fine.
Incoming UPDATE messgages are parsed well and the data entered to the RIB,
the decision process is not yet there, neither is outgoing UPDATEs or sync
to the kernel routing table.
not connected to the builds yet.
|