]> git.ipfire.org Git - thirdparty/lldpd.git/commit
snmp: add lldpRemTablesChange notification
authorVincent Bernat <bernat@luffy.cx>
Sat, 1 Sep 2012 18:10:32 +0000 (20:10 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 1 Sep 2012 18:10:32 +0000 (20:10 +0200)
commit25de85a4f938ae57bf6b7c78a8249ca3409c4cda
tree0a61bfadccbfd78fce6b7b9c95aed84250bb05e0
parent14052b619757ede7cb85ccc7f72d0c75f87c7d6e
snmp: add lldpRemTablesChange notification

As per the description of the MIB, the following objects are sent with
the notification:

        lldpStatsRemTablesInserts,
        lldpStatsRemTablesDeletes,
        lldpStatsRemTablesDrops,
        lldpStatsRemTablesAgeouts

However, we also send (except on deletion):

        lldpLocPortDesc
        lldpRemSysName
        lldpRemPortDesc
src/daemon/agent.c
src/daemon/agent.h
src/daemon/lldpd.c
src/daemon/lldpd.h