]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpcli: handle comments in tokenizer
authorVincent Bernat <vincent@bernat.im>
Sat, 18 Oct 2014 07:03:57 +0000 (09:03 +0200)
committerVincent Bernat <vincent@bernat.im>
Sat, 18 Oct 2014 07:05:06 +0000 (09:05 +0200)
commit3ea0bccfdd4c1fad302260b87ae240f3e86ee3bd
tree7c650d14d19f2e019ad0c367593609b4ff6d99bc
parent5451aea8aa2fffc79756aadce0a73d408550ee5e
lldpcli: handle comments in tokenizer

This enables us to also ignore end-of-line comments. Completion is a bit
grumpy when done in comments but I doubt anyone would care.
src/client/lldpcli.c
src/client/tokenizer.c