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