Age | Commit message (Expand) | Author |
2003-12-28 | Add a few test cases. | Otto Moerbeek |
2003-12-28 | correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ error | Dale Rahn |
2003-12-28 | zap bizarre log() prototype. | Marc Espie |
2003-12-28 | Fix two obvious thinkos in va_end() usage. | Marc Espie |
2003-12-28 | sync | Miod Vallat |
2003-12-27 | Replace ve(4) with le(4) here too. | Miod Vallat |
2003-12-27 | Replace the MVME376 driver from a homemade and dusty if_ve driver to | Miod Vallat |
2003-12-27 | Handle odd sizes in d16_bcopy() and d16_bzero(). | Miod Vallat |
2003-12-27 | Do not print vaddr in vme attachments. | Miod Vallat |
2003-12-27 | define USE_GCC3, for later. | Marc Espie |
2003-12-27 | Fix cut-n-paste oversight in pfsync_stats(). | Ryan Thomas McBride |
2003-12-27 | obvious typi inside an #ifdef | Henning Brauer |
2003-12-27 | Basic cleaning and KNF; no functional change. | Miod Vallat |
2003-12-27 | bgpid -> router-id | Henning Brauer |
2003-12-27 | this page documents `sh', not `ksh'; | Jason McIntyre |
2003-12-27 | - revert a typo introduced when this page was mdoc'ed | Jason McIntyre |
2003-12-27 | Zero out the pf_state struct before filling it with data from the | Ryan Thomas McBride |
2003-12-27 | o Do not drop unit when printing -100 | Otto Moerbeek |
2003-12-27 | Remove extra \n from pf_print_state(). | Ryan Thomas McBride |
2003-12-27 | style | Henning Brauer |
2003-12-27 | consider the defualt route in kroute_match as well. it is a special case. | Henning Brauer |
2003-12-27 | fix thinko | Henning Brauer |
2003-12-27 | move the fib couple/decouple to the config merge where it belongs | Henning Brauer |
2003-12-27 | "no fib-update" -> "fib-update [yes|no]" | Henning Brauer |
2003-12-27 | missing newline at EOF, rohee@ | Henning Brauer |
2003-12-27 | few fatal()s should really be fatalx() | Henning Brauer |
2003-12-27 | keep a copy of the fd locally instead of passing it around all time | Henning Brauer |
2003-12-27 | Mention that m is free'd if m_pulldown fails. | Ryan Thomas McBride |
2003-12-27 | on reconfigure, check wether the "no fib-update" statement presence/absence | Henning Brauer |
2003-12-27 | provide kroute_fib_couple and _decouple, pumping all bgp routes from the | Henning Brauer |
2003-12-27 | implement "no fib-update" much cooler | Henning Brauer |
2003-12-27 | do not print NULL nexthop (e.g. from a withdrawn route) | Jakob Schlyter |
2003-12-27 | when a static route is deleted on that a nexthop depends, we re-check | Henning Brauer |
2003-12-26 | print nexthop when logging. ok henning@ | Jakob Schlyter |
2003-12-26 | detect when a newly added kernel route (non-bgp of course) matches a nexthop | Henning Brauer |
2003-12-26 | factor out common code | Henning Brauer |
2003-12-26 | "when you try to be very smart, something breaks horribly" | Henning Brauer |
2003-12-26 | set true_nexthop = exit_nexthop for directly connected nexthops | Henning Brauer |
2003-12-26 | erm, oups, well, put back rde_pid and io_pid assignments that got lost | Henning Brauer |
2003-12-26 | when asking the kernel to add a route, send him the true nexthop and not | Henning Brauer |
2003-12-26 | move struct nexthop definition to rde.h | Henning Brauer |
2003-12-26 | Use the ``official'' description for the MVME3xx cards, and provide jumper | Miod Vallat |
2003-12-26 | fix logging in send_nexthop_update | Henning Brauer |
2003-12-26 | add option 'log updates' to log updates. ok henning@ | Jakob Schlyter |
2003-12-26 | yes, i have to admit that Wouter Clarie <rimshot@pandora.be> is right, | Henning Brauer |
2003-12-26 | FILES before SEE ALSO; | Jason McIntyre |
2003-12-26 | constify; ok henning@ | Jakob Schlyter |
2003-12-26 | o the aspath->state checks should be != NEXTHOP_REACH, not == NEXTHOP_UNREACH | Henning Brauer |
2003-12-26 | 20 minutes debugging for a missinf return (0) at the end of a function, | Henning Brauer |
2003-12-26 | A simple compile-time micro-optimization in pmap_protect() for | Miod Vallat |