]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Implement removed ALIAS into DEFUN
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 23 Sep 2016 20:08:47 +0000 (20:08 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 23 Sep 2016 20:08:47 +0000 (20:08 +0000)
commitf667a580b74670ceccfcbe33b9f6d76c74265dd6
treec679f19fbc4dc25e5ac450a1b2fa2a64006fbf0c
parent0a3e73dd2723912e14a22b077718e602cbad27c8
lib: Implement removed ALIAS into DEFUN

N.B.: some of these are de-facto ALIAS resurrections
that are necessary due to some parser limitations; these
are marked with ALIAS_FIXME so I can go back and add
capability to the parser to handle these special cases.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c
lib/filter.c
lib/routemap.c
lib/vty.c