summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/patch-interfaces.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the problem which cannot get ifPhysAddress value.Jun Kuriyama2005-04-071-0/+293
| | | | | | | | | | It seems agent/mibgroups/mibII/interfaces.c switched to use new USE_SYSCTL_IFLIST knob but this does not support ifPhysAddress. This patch uses old get_phys_address() function from new code. Notes: svn path=/head/; revision=132662
* - Remove 0 sized patchfile.Jun Kuriyama2005-02-051-0/+0
| | | | | | | Reported by: sem Notes: svn path=/head/; revision=128074
* - Update to 5.2.1.Jun Kuriyama2005-01-251-16/+0
| | | | | | | | - Add a patch to fix memory leak (SF bugs #1103644). - Add WITH_DMALLOC knob (with a lot of patches to fix #include order). Notes: svn path=/head/; revision=127345
* Fix enumeration after interface without address.Jun Kuriyama2002-07-291-0/+16
Submitted by: billf PR: ports/28717 Notes: svn path=/head/; revision=63689