]> git.proxmox.com Git - mirror_frr.git/commit
smux: isolate SMUX implementation from SNMP implementation
authorVincent Bernat <bernat@luffy.cx>
Tue, 22 May 2012 22:52:46 +0000 (00:52 +0200)
committerVincent Bernat <bernat@luffy.cx>
Mon, 25 Jun 2012 17:03:23 +0000 (19:03 +0200)
commit3a4c96885ec878ae4631b0fb7bb7839578725976
tree0b0334f9b6b7fce2bc2ebe2fac0c51350c1838de
parent08d7f6533ecc0f935a76918c462982004534864d
smux: isolate SMUX implementation from SNMP implementation

lib/snmp.c gets OID related helper functions that can be used with
another SNMP interface. smux.h is cleaned of SMUX specific bits to
only expose functions that may be used by an alternative
implementation. We also do not redefine functions already present in
NetSNMP. Just use the appropriate headers.
lib/Makefile.am
lib/smux.c
lib/smux.h
lib/snmp.c [new file with mode: 0644]