summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/kroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-2/+2
* Be more strict in converting a netmask into a prefixlen. Make sureclaudio2018-12-071-10/+14
* RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.reyk2018-10-101-2/+2
* Unify ROUNDUP macros for parsing route messages.friehm2017-07-241-3/+3
* Use snmpd_env as the only global variable for env to simplify the daemonrzalamena2016-10-281-5/+4
* Fix pasto; zero ka->dstbrd instead of clobbering ka->mask.jca2016-09-031-3/+2
* When updating an interface, do not delete the kif_node but letgerhard2015-11-031-7/+7
* Better track connected routes similar to bgpd/ospfd.claudio2015-07-181-1/+13
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+1
* use reallocarray(). Looked at a few times by doug, I am sure.deraadt2014-10-161-4/+5
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-231-5/+5
* improve logging messages and style; requested by and ok reykmikeb2014-05-161-53/+59
* Sync ktable code with bgpd to fetch, store and perform lookups inmikeb2014-05-141-69/+232
* Add support for exporting ARP table via ipNetToMediaTable OID.mikeb2014-04-281-4/+221
* another simple %i to %d conversion for obviousnessderaadt2013-10-301-3/+3
* pasto in log messageflorian2012-11-131-2/+2
* sync mask2prefixlen6() with the nicer version from bgpd/kroute.c:reyk2012-09-181-7/+7
* knfreyk2012-09-181-4/+4
* Update copyright and my email address in snmpd while I'm here.reyk2012-09-171-2/+2
* kr_init() now returns void so don't try to return 0jsg2012-06-101-3/+1
* Plug a couple more fd leaks. As part of the fix, make all the *initjoel2012-05-281-12/+8
* Add a "filter-routes" option; when set, snmpd asks the kernel not tosthen2011-04-211-1/+7
* continguous -> contiguoushenning2011-03-071-2/+2
* typo in commentsthen2010-10-151-2/+2
* Implement IP-FORWARD-MIB, ipv4 only for now.jsg2010-06-111-1/+24
* Dumb mistake done twice. First in ospfd then synced to snmpd. rtm_errnoclaudio2010-04-271-3/+3
* Track blackhole and reject flags since the MIB knows about them.claudio2010-04-011-26/+21
* After syncing kroute with bgpd sync now against ospfd's so that this codeclaudio2010-04-011-130/+45
* Track interface addresses in a AF independent way. This is needed to supportclaudio2010-03-311-105/+66
* Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs asclaudio2010-03-291-320/+519
* Another kroute.c needing RTM_VERSION checks. Looked over by sthen@ and henning@claudio2009-06-251-1/+5
* rtm->rtm_hdrlen conversionchris2009-06-051-3/+3
* bump copyrightreyk2008-01-161-2/+2
* add the IP-MIB ipAddrTable. it requires to encode the ipv4 addressesreyk2007-12-291-5/+116
* split code handling the "structure of management information" and thereyk2007-12-281-7/+7
* spacingreyk2007-12-281-3/+4
* correct bizzare function definitionderaadt2007-12-061-3/+3
* Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationreyk2007-12-051-0/+1093