]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpcli: split `conf.c` into `conf-system.c` and `conf-lldp.c`.
authorVincent Bernat <bernat@luffy.cx>
Thu, 20 Jun 2013 23:01:46 +0000 (01:01 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 20 Jun 2013 23:01:46 +0000 (01:01 +0200)
commit994b3371b3b07227ac21a66de61923432a5032dd
tree3294e064d316dece47562fa5f101a0ec405ea357
parent48d0a4b0d72e4bda04f4f75cd28c6c14f710e5d5
lldpcli: split `conf.c` into `conf-system.c` and `conf-lldp.c`.
src/client/Makefile.am
src/client/client.h
src/client/conf-lldp.c [new file with mode: 0644]
src/client/conf-system.c [new file with mode: 0644]
src/client/conf.c