summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
suggested by kjell@; ok otto@ pat@ millert@ jaredy@
2006-04-02#ifdef lint not LINTTheo de Raadt
2006-04-02#ifdef lint not LINTTheo de Raadt
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-04-01when I initially hacked sensorsd, sensors started at hw.sensors.0 andHenning Brauer
there were no gaps ever. these days, we can have holes or start later. so on start scan 0..255 and do not abort if there's no entry, probe 'em all. found and analyzed by Sam Chill <samchill@gmail.com>, ok theo
2006-03-31Plug memory leak on error path; ok ho@ moritz@Patrick Latifi
2006-03-31kill trailing whitespace;Jason McIntyre
2006-03-31lintTheo de Raadt
2006-03-30i am stunned how little was needed to make lint happy in thisTheo de Raadt
terrible place
2006-03-30For correct operation, ospfd needs net.inet.ip.forwarding=1 so add aClaudio Jeker
caveat about that. help jmc@ OK norby@
2006-03-30Add a warning about "fib-update no" similar to the fib decouple descriptionClaudio Jeker
in ospfctl(8). help jmc@ OK norby@
2006-03-28better way to print the management address, add support for ipv6 addresses.Reyk Floeter
ok deraadt@
2006-03-28it doesn't need full words, shorter outputReyk Floeter
suggested by deraadt@
2006-03-28Add a simple printer for IEEE 802.1AB LLDP, the Link Layer DiscoveryReyk Floeter
Protocol. LLDP is used by some switch vendors as a replacement for the non-free Cizzco Discovery Protocol (CDP) due to some Cisco patentry... ok brad@
2006-03-27Check for syncer vnodes before the file system specific routine getsPedro Martelletto
called, so that we handle NFS and ext2fs as well, okay deraadt@.
2006-03-27More specific warning.Claudio Jeker
2006-03-26Pretty-print addresses on 64-bit architectures; with input and ok deraadt@Uwe Stuehler
2006-03-26add mime type for atomHenning Brauer
From: "Alex Holst" <a@mongers.org> "It's the brave new world of rss/atom feeds. It's what the kids want."
2006-03-26nat, rdr, binat and scrub are valid pf actions to filter onCamiel Dobbelaar
ok dhartmei
2006-03-26Back out -r1.59. I did not follow the process.Uwe Stuehler
2006-03-26Set the width of address columns based on the machine word width.Uwe Stuehler
pedro@ likes the diff.
2006-03-26Show the neighbor uptime in "show nei detail".Esben Norby
ok claudio@
2006-03-26Show the link status of interfaces for real, I guess most users don't knowEsben Norby
what it means that an interface is in state 2. ok claudio@
2006-03-25Kill double wordPedro Martelletto
2006-03-25Handle syncer vnodes gracefully, okay deraadt@Pedro Martelletto
2006-03-25unused variableCamiel Dobbelaar
from Andrey Matveev
2006-03-25Highlight that running an OSPF router without forwarding enabled isEsben Norby
very damaging to the network. ok claudio@
2006-03-24Plug leak in error path; from Alexey Dobriyan; ok ray@Otto Moerbeek
2006-03-24typo;Jason McIntyre
2006-03-24Document fib couple and decouple. Mostly form bgpctl.8 but with a warningClaudio Jeker
that fib decouple my break you network. OK norby@
2006-03-23Document nexthop qualify via (bgp|default).Claudio Jeker
OK henning, additional input jmc@
2006-03-23Simplify the -s documentation and add /var/run/bgpd.sock to the FILES list.Claudio Jeker
help from jmc@
2006-03-23List interfaces they way we list neighbors etc.Esben Norby
This makes it much easier to grep in the output. The original format of "show interface" can be seen with "show interface detail". help and ok claudio@
2006-03-23reword; ok ottoJason McIntyre
2006-03-23use calloc better; adobriyan@gmailTheo de Raadt
2006-03-22Move the AS external LSA tree out of struct ospfd_config. This simplifiesClaudio Jeker
the code and makes config reloads easier. OK norby@
2006-03-22ospfd has the framework to couple and decouple the FIB. Add the neededClaudio Jeker
functionality to ospfctl for it. NOTE: decoupling the FIB one a router may totaly fuck up the complete network. Use it with care! OK norby@
2006-03-22Change the way bgpd selects nexthops. Up until now every route was consideredClaudio Jeker
when calculating the nexthop. Now only non BGP routes and not the default route are used unless forced with the new config options nexthop qualify via bgp nexthop qualify via default This change is required for complex setups e.g. where an additional IGP is running. OK henning@
2006-03-22Remove four unused functions: ap_sync_scoreboard_image, reopen_scoreboard,Ray Lai
put_scoreboard_info, and update_scoreboard_global. From Daniel Ouellet, plus one line he missed. OK henning@ and otto@
2006-03-22Add additional limit check to ensure that we do not overflow pp->prefixClaudio Jeker
while masking the prefix. Fix from itojun@. OK dhartmei@
2006-03-22Detailed RIB output including communities. Detailed output is enabled viaClaudio Jeker
the "detailed" keyword. Currently only works for IP or prefix lookups like "bgpctl show rib detail 199.185.137.3". Requested by many, looks good henning@
2006-03-22Add a new SHOW imsg to send optional attributes to bgpctl. This can be usedClaudio Jeker
to show communites in bgpctl output. Only send these messages if it they are requested to reduce the overhead for simple listings. Looks good henning@
2006-03-22Rework signal handling the idiomatic libevent way. From ospfd.Camiel Dobbelaar
ok claudio henning
2006-03-22Change fmt_peer() so that it can be used by the upcomming detailed RIB output.Claudio Jeker
OK henning@
2006-03-21fix endless loop in case of error in archive header.Marc Espie
2006-03-21Kill debug message that floods the log if ospfctl is killed while dumpingClaudio Jeker
large tables.
2006-03-21Invalidating the full RIB and then only recalculating part of it is notClaudio Jeker
that smart. Kill the global rt_invalidate() instead clear only that part of the RIB that is actually recalculated. OK norby@
2006-03-20add two missing function declarationsDavid Hill
change sensor_status to sensorsd_status ok deraadt@
2006-03-19Partial revert of previous changes, nasty regexps not greedy the way they ↵Marc Espie
should. Broke md5.
2006-03-18do not leak on re-insert; ok pvalchevTheo de Raadt