Activity for Sam Tannous

  • Sam Tannous Sam Tannous posted a comment on ticket #2830

    Yes, that fixed it. Thank you! --Sam Tannous

  • Sam Tannous Sam Tannous created ticket #2830

    agentxperms not honored due to 3bd8dc8b in V5-7-patches

  • Sam Tannous Sam Tannous posted a comment on ticket #1296

    Instead of a global listendevice, perhaps we can we define a new syntax (borrowed from ipv6) that can associate a specific device with each agentAddress: agentAddress 10.10.10.10%eth0,20.20.20.20%eth1,[2001::1]%eth66 This has the nice side effect of providing Linux VRF support natively in snmpd So I'm proposing that we take this patch (bindtoiface.patch), modify it to be portable (udpserv01.c patch), and add the new snmpd.conf syntax to provide general device to socket binding which will really make...

  • Sam Tannous Sam Tannous posted a comment on ticket #1354

    Hi Bill, The linux kernel is calling udp_sendmsg() and this sets ipc.oif = sk->sk_bound_dev_if; where sk_bound_dev_if is the SO_BINDTODEVICE settings right after that code it checks for msg_controllen. If IP_PKTINFO exists in the msg, then ipc.oif is reset to the passed in ifindex which for snmp is 0 that breaks the VRF binding by undoing the sk_bound_dev_if I think the way to not unbind the VRF is to not pass in an ifindex of 0. It's not clear to me why snmpd adds a cmsg with the ifindex of 0. Thanks,...

  • Sam Tannous Sam Tannous created ticket #1354

    Linux Kernel Virtual Routing and Forwarding (VRF) patch

  • Sam Tannous Sam Tannous posted a comment on ticket #2693

    This bug appears to be fixed with Bill's patches from https://github.com/fenner/net-snmp.git...

  • Sam Tannous Sam Tannous created ticket #1334

    Document pass/pass persist handling of octet in snmpd.conf

  • Sam Tannous Sam Tannous posted a comment on ticket #1330

    Yes, sorry. It works fine. (And your regex is cleaner then mine.)

  • Sam Tannous Sam Tannous posted a comment on ticket #1330

    Hi Bart, I probably didn't make this clear enough in my last response.... I did test...

  • Sam Tannous Sam Tannous posted a comment on ticket #1330

    Hey Bart, Thanks for the quick patch for the Perl problem. But Debian users will...

  • Sam Tannous Sam Tannous posted a comment on ticket #1330

    Unfortunately, this causes other problems in compiling later on. snmp_perl.c:5:20:...

  • Sam Tannous Sam Tannous created ticket #1330

    V5-7-patches: configuration bug for Debian systems introduced

  • Sam Tannous Sam Tannous created ticket #1328

    Example Python pass through script to override sysDescr.0

  • Sam Tannous Sam Tannous posted a comment on ticket #2503

    I put in your patch.... https://sourceforge.net/p/net-snmp/patches/1326/

  • Sam Tannous Sam Tannous created ticket #1326

    Fix for memory leak in ip forwarding table

  • Sam Tannous Sam Tannous posted a comment on ticket #2503

    Hi Christian, I can confirm that your suggested patch works. You should submit this...

  • Sam Tannous Sam Tannous created ticket #1325

    Add option to disable caching for large number of interfaces

  • Sam Tannous Sam Tannous posted a comment on ticket #1324

    Now that I think about this a little more it might be better to only look at AF_INET...

  • Sam Tannous Sam Tannous created ticket #1324

    arp_netlink should drop AF_BRIDGE netlink messages

  • Sam Tannous Sam Tannous created ticket #2693

    snmpwalk causes snmpd hang and CPU spike

1