summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-02-15Initialize snaplen also when reading a dump file. Fixes problemsOtto Moerbeek
2006-02-15Repair call to gethostname(). From adobriyan at gmail.com. Patch submittedAaron Campbell
2006-02-15Do not try to dirty an area when adding LSA ext.Esben Norby
2006-02-15remove "the the" in comment; ok jmc@David Krause
2006-02-13spelling in error message; ok otto@Kevin Steves
2006-02-11Fix a few "discards qualifier" warnings. From A. Farber in PR 5114.Otto Moerbeek
2006-02-10imsg API changed so adapt to it.Claudio Jeker
2006-02-10ospfd does not need fd passing via the imsg framework so remove that codeClaudio Jeker
2006-02-10Make it possible to turn suftreconfig in/out on or off. Default is on forClaudio Jeker
2006-02-10If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@Claudio Jeker
2006-02-10reset $state->{dir} to the correct value after deleting the replaced package.Marc Espie
2006-02-10Use the ProgressMeter engine to display the update messages. This makesBernd Ahlers
2006-02-10If the length of the message in OpenBSD::ProgressMeter::message() is shorterBernd Ahlers
2006-02-09Implement "set community delete 65001:*" and friends. This will removeClaudio Jeker
2006-02-09When comparing community type, cast to u_int16_t. The same is done for theClaudio Jeker
2006-02-09attr_free() should not modify others_len as it does not resize the othersClaudio Jeker
2006-02-09Don't calculate all areas every time the link state database is updated,Esben Norby
2006-02-09inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitlyClaudio Jeker
2006-02-09Prevent the neighbor FSM from getting stuck forever in state EXSTART.Esben Norby
2006-02-09Turn validate_plist() into a real visitor that calls validate() for eachMarc Espie
2006-02-09use new interface (*close*)Marc Espie
2006-02-09Add some nice interfaces instead of the hint() argument to close().Marc Espie
2006-02-08For now dump only stuff from the local-RIB into mrt table dumps.Claudio Jeker
2006-02-08- configuration file can have relative pathCamiel Dobbelaar
2006-02-08fix logic both in the decision when to re-init the capabilities negotiationHenning Brauer
2006-02-07typos from alexey dobriyan;Jason McIntyre
2006-02-07synchMarc Espie
2006-02-07minor independent tweaks:Marc Espie
2006-02-07look at noexec as wellMarc Espie
2006-02-07Don't push undef into the todo list. This avoids some perl warnings.Bernd Ahlers
2006-02-06tell user about collision much earlier, so that they do not wonder whatMarc Espie
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06don't error out but give a warning when sysctl()Moritz Jodeit
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-05tweaks; ok claudioJason McIntyre
2006-02-04Document the new special community part "neighbor-as". OK henning@Claudio Jeker
2006-02-03If the aspath gets copied because it is modified use the copy for filterClaudio Jeker
2006-02-03Doh! Fix stupid copy paste error. Setting the community type to the AS insteadClaudio Jeker
2006-02-03Cleanup and "simplify" iso checksum implementation. OK norby@Claudio Jeker
2006-02-02Be less verbose about DR/BDR selection this seems to be rock solid now.Claudio Jeker
2006-02-02zap md_list_empty, found by lint.Esben Norby
2006-02-02zap cand_list_empty, found by lint.Esben Norby
2006-02-02Implement new special community "neighbor-as". neighbor-as is expanded onClaudio Jeker
2006-02-01Simplify expression code. Patch from markus@.Marco Pfatschbacher
2006-02-01Run external tests synchronous at state changes andMarco Pfatschbacher
2006-02-01If we reenter a state, it still has the old link state values cached.Marco Pfatschbacher
2006-02-01spf_calc should only do what the name says - calculate the spf tree.Esben Norby
2006-02-01Wrong type, found by lint.Esben Norby
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-02-01variable naming, a -> addr.Esben Norby