index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
snmpd
/
kroute.c
Age
Commit message (
Expand
)
Author
2019-01-22
PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls
Kenneth R Westerback
2018-12-07
Be more strict in converting a netmask into a prefixlen. Make sure
Claudio Jeker
2018-10-10
RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.
Reyk Floeter
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2016-10-28
Use snmpd_env as the only global variable for env to simplify the daemon
Rafael Zalamena
2016-09-03
Fix pasto; zero ka->dstbrd instead of clobbering ka->mask.
Jeremie Courreges-Anglas
2015-11-03
When updating an interface, do not delete the kif_node but let
Gerhard Roth
2015-07-18
Better track connected routes similar to bgpd/ospfd.
Claudio Jeker
2015-01-16
first batch of cleanup to programs based upon the namespace cleanups
Theo de Raadt
2014-10-16
use reallocarray(). Looked at a few times by doug, I am sure.
Theo de Raadt
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2014-05-16
improve logging messages and style; requested by and ok reyk
Mike Belopuhov
2014-05-14
Sync ktable code with bgpd to fetch, store and perform lookups in
Mike Belopuhov
2014-04-28
Add support for exporting ARP table via ipNetToMediaTable OID.
Mike Belopuhov
2013-10-30
another simple %i to %d conversion for obviousness
Theo de Raadt
2012-11-13
pasto in log message
Florian Obser
2012-09-18
sync mask2prefixlen6() with the nicer version from bgpd/kroute.c:
Reyk Floeter
2012-09-18
knf
Reyk Floeter
2012-09-17
Update copyright and my email address in snmpd while I'm here.
Reyk Floeter
2012-06-10
kr_init() now returns void so don't try to return 0
Jonathan Gray
2012-05-28
Plug a couple more fd leaks. As part of the fix, make all the *init
Joel Knight
2011-04-21
Add a "filter-routes" option; when set, snmpd asks the kernel not to
Stuart Henderson
2011-03-07
continguous -> contiguous
Henning Brauer
2010-10-15
typo in comment
Stuart Henderson
2010-06-11
Implement IP-FORWARD-MIB, ipv4 only for now.
Jonathan Gray
2010-04-27
Dumb mistake done twice. First in ospfd then synced to snmpd. rtm_errno
Claudio Jeker
2010-04-01
Track blackhole and reject flags since the MIB knows about them.
Claudio Jeker
2010-04-01
After syncing kroute with bgpd sync now against ospfd's so that this code
Claudio Jeker
2010-03-31
Track interface addresses in a AF independent way. This is needed to support
Claudio Jeker
2010-03-29
Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs as
Claudio Jeker
2009-06-25
Another kroute.c needing RTM_VERSION checks. Looked over by sthen@ and henning@
Claudio Jeker
2009-06-05
rtm->rtm_hdrlen conversion
Chris Cappuccio
2008-01-16
bump copyright
Reyk Floeter
2007-12-29
add the IP-MIB ipAddrTable. it requires to encode the ipv4 addresses
Reyk Floeter
2007-12-28
split code handling the "structure of management information" and the
Reyk Floeter
2007-12-28
spacing
Reyk Floeter
2007-12-06
correct bizzare function definition
Theo de Raadt
2007-12-05
Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation
Reyk Floeter