diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-06-12 11:39:12 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@openbsd.org> | 2017-06-16 14:43:42 -0300 |
| commit | c740f7d3678a8ea2c70a062c1207157e999bd6e8 (patch) | |
| tree | 43dd4ca1494eb53827854efa1476ee0ae9e5b838 /ldpd/.gitignore | |
| parent | 62e4232010330e515630399838288f6281d04de6 (diff) | |
ldpd: convert cli and get rid of the xml interface
The xml2cli.pl script was useful years ago when the vty code was very
rudimentary. This is not the case anymore, so convert all ldpd CLI
commands to use DEFUNs directly and get rid of the XML interface.
The benefits are:
* Consistency with the other daemons;
* One less build dependency (the LibXML perl module);
* Easier to add new commands.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/.gitignore')
| -rw-r--r-- | ldpd/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldpd/.gitignore b/ldpd/.gitignore index e4ee82587a..35f7740d11 100644 --- a/ldpd/.gitignore +++ b/ldpd/.gitignore @@ -15,4 +15,3 @@ TAGS .arch-ids *~ *.loT -ldp_vty_cmds.c |
