Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-24 | Try to document the new 4-byte AS numbers without being to invasive. | Claudio Jeker | |
"people will complain if it's unclear" jmc@ | |||
2007-04-24 | Add draft-ietf-idr-as4bytes-13 to the see also list. | Claudio Jeker | |
2007-04-23 | Use correct function name in log_warn(). | Claudio Jeker | |
2007-04-23 | groff cannot deal with ".Li" before other macros that change font - just | Jason McIntyre | |
remove it; | |||
2007-04-23 | bgpctl needs to know about 4-byte AS numbers as well. | Claudio Jeker | |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker | |
are now 4-byte instead of the old 2-byte numbers. The only exception are communities because they can not be switched. The RDE will inflate and deflate the ASPATH and AGGREGATOR attributes on demand and create the NEW_ASPATH and NEW_AGGREGATOR field whenever needed. Both old and new stile sessions are supported and can be mixed. Currently new stile sessions with the 4-byte AS number capability turned on are only enabled if one of the AS numbers involved is a 4-byte one. This is based on an initial diff by Geoff Huston gih (at) apnic (dot) net Cleanup, testing and bug-fixes by myself (via AS 3.10). Currently mrt table dumps are producing incompatible output this will be fixed afterwards -- this diff is already big enough. "get it in if you think it is ready" henning@ | |||
2007-04-23 | Document | Marc Espie | |
@comment no checksum as noticed by Martynas. | |||
2007-04-21 | -These option are ignored | Jason McIntyre | |
+These options are ignored | |||
2007-04-21 | avoid both .libs-* and partial-*. Be a bit forceful about them, as they're | Marc Espie | |
going to cause problems if they're not cleaned from time to time. | |||
2007-04-21 | if running a full update, proceed if we can't find some packages. | Marc Espie | |
2007-04-19 | Use vectorized writes to send routing messages into the kernel instead of | Claudio Jeker | |
using a static message structure. Similar diffs went into bgpd and ospfd. | |||
2007-04-19 | Use vectorized writes to send routing messages into the kernel instead of | Claudio Jeker | |
using a static message structure. This is more flexible and needed if multipath comes into play. looks good henning@ | |||
2007-04-19 | Use iovecs to write routing messages to the socket instead of a static | Claudio Jeker | |
structure. This gives greater flexibility and solves an upcoming problem with multipath routes. OK norby@ | |||
2007-04-17 | Make "network inet connected" work again. inet and inet6 became keywords | Claudio Jeker | |
some time ago. OK henning@ | |||
2007-04-17 | document the subtle tweak to Vstat that allows updates to account for | Marc Espie | |
size issues accurately. | |||
2007-04-16 | Note that watchdogd(8) activates and retriggers a watchdog timer, not only | Marc Balmer | |
retriggers. | |||
2007-04-15 | very minor cleanup | Marc Espie | |
2007-04-15 | update copyright years, standardize licence. | Marc Espie | |
reword the introduction to the stuff originally from FreeBSD to clarify slightly. | |||
2007-04-15 | do not rely on side-effects in there. | Marc Espie | |
2007-04-15 | use autovivification | Marc Espie | |
2007-04-14 | no need to go SUPER:: for set_modes. | Marc Espie | |
also call it for devices (even though it's unlikely to be very useful) | |||
2007-04-12 | add a new relay 'path' action to filter the URL path and arguments. | Reyk Floeter | |
ok pyr@ | |||
2007-04-12 | Before starting to evaluate the redistributon of a route it helps to set | Claudio Jeker | |
the metric to the highest and least preferred possible value else no routes are redistributed. OK norby@ | |||
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson | |
ok pedro@, sturm@ | |||
2007-04-11 | Simplify rde_summary_update(). The route entry has a valid/invalid flag | Claudio Jeker | |
so there is no need to loop over the nexthops and we no longer need to pass the rt_nexthop to the summary LSA generation (a flag is enough). OK norby@ pyr@ | |||
2007-04-10 | Use a larger type to store ``resolution'', so that comparisons against | Miod Vallat | |
values over 255 are actually meaningful. | |||
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat | |
Mouse. Currently limited to USB mice. Adapted from a diff from Gareth <garf@loveandnature.co.za> on tech@ | |||
2007-04-10 | sort entity types | Reyk Floeter | |
2007-04-10 | move the decoding of the URL, independent from the node lookups, we | Reyk Floeter | |
will need it later. | |||
2007-04-10 | it is a better idea to handle all enum values in the switch statement | Reyk Floeter | |
2007-04-10 | the relay filter action needs special handling to work correctly | Reyk Floeter | |
2007-04-10 | privledges -> privileges | Miod Vallat | |
2007-04-10 | if vnconfig can't get the info, it should say so, not just print nothing. | Ted Unangst | |
ok grunk pedro | |||
2007-04-10 | Next step in equal cost multipath support. Make the SPF calculation multipath | Claudio Jeker | |
aware. Both the SPF and RIB trees need additional structures to store the multiple nexthops to the destination but only the first active nexthop is passed to the parent process and used for routing. This is the next thing that needs to be modified. Tested and OK pyr@ | |||
2007-04-10 | spacing | Michele Marchetto | |
2007-04-09 | Improve the handling of "counting to infinity" mechanism and add an heuristic | Michele Marchetto | |
higly recommended in the rfc. tested by me and OK claudio@ | |||
2007-04-08 | I have an HP LaserJet (P2015dn) whose LPR implementation may not end | Kevin Steves | |
the send queue state command stream with '\n'; check for this case and print '\n' if needed. Without this you may see something like: $ lpq queue empty$ ok millert@ | |||
2007-04-08 | remove warning (exiting thru next) | Marc Espie | |
2007-04-07 | KNF, spaces; ok millert@ | Kevin Steves | |
2007-04-07 | trailing "\n" not needed in fatal(); ok millert@ | Kevin Steves | |
2007-04-07 | tweak previous; ok claudio | Jason McIntyre | |
2007-04-07 | Document the terse format outputs. Additional input by jmc@ | Claudio Jeker | |
2007-04-06 | Implement "bgpctl show neighbor <peer> terse" this will print all statistics | Claudio Jeker | |
in an easily parseable form. This output can be used to implement SNMP MIBs or rrdtool/mrtg update scripts. OK henning@ | |||
2007-04-06 | Include update statistics in the bgpctl show neighbor output. | Claudio Jeker | |
2007-04-06 | Count the updates and withdraws for additional statisic gathering. | Claudio Jeker | |
Discussed with henning@ | |||
2007-04-05 | remove an unused function. | Pierre-Yves Ritschard | |
ok claudio@ | |||
2007-04-05 | another extra test i missed before, from charles longeau | Ted Unangst | |
2007-04-05 | remove some extra tests, from charles longeau | Ted Unangst | |
2007-04-05 | remove extra test, but do it correctly this time | Ted Unangst | |
2007-04-04 | document correctly WHITE format; ok beck | Jason McIntyre | |
fixes system/5432 from Ullrich 'Jason' Haag |