]> git.proxmox.com Git - mirror_frr.git/commit - lib/command.c
lib: Initial refactor pass on CLI backend
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 19 Sep 2016 23:46:51 +0000 (23:46 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 19 Sep 2016 23:46:51 +0000 (23:46 +0000)
commitd0bfb22c223d645e554290ca82581eb06f94ac3b
treebd79ed8f96728618789459db6604edfcc9cf9b6d
parent9286efabb9c08098c811faeca0656617dfc79ed5
lib: Initial refactor pass on CLI backend

Shotgun commit:
* Remove shim sources from Makefile.am
* Move new types to command.c / command.h
* Rewrite command.c / command.h
* Refactor shim types to real types in matcher
  and parser
* Initial refactor pass on vty.c

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/Makefile.am
lib/command.c
lib/command.h
lib/command_match.c
lib/command_parse.y
lib/vty.c