diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2016-12-20 02:29:49 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-01-04 01:03:28 +0100 |
commit | 607c1cbfd290e4e19c983c43dae22bd9a0ab827f (patch) | |
tree | 0e28184496bd82879fae74e9162fd58bc991dd76 /ldpd/.gitignore | |
parent | tools: teach xml2cli.pl the "[]" notation for optional arguments (diff) | |
download | frr-607c1cbfd290e4e19c983c43dae22bd9a0ab827f.tar.xz frr-607c1cbfd290e4e19c983c43dae22bd9a0ab827f.zip |
build/ldpd: auto-generate ldp_vty_cmds.c from ldp_vty.xml
Having ldp_vty_cmds.c around as part of the git repository was being
a major source of confusion. Since this file is auto-generated from
ldp_vty.xml, remove it from this git repository and make it be generated
on demand by adding a make target for it.
This patch adds another dependency to build Quagga, namely the LibXML
Perl module, which can be installed with this command:
$ sudo cpan XML::LibXML
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/.gitignore')
-rw-r--r-- | ldpd/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/.gitignore b/ldpd/.gitignore index be90d4211..e4ee82587 100644 --- a/ldpd/.gitignore +++ b/ldpd/.gitignore @@ -15,4 +15,4 @@ TAGS .arch-ids *~ *.loT - +ldp_vty_cmds.c |