diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-07-28 02:27:56 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-07-28 05:46:59 +0200 |
commit | 00685a85e25f3817b2a972019ac047914f019caa (patch) | |
tree | b3acd816a1d062f11532a7762a90a290b985fa71 /zebra/.gitignore | |
parent | zebra: unify the ipv4/ipv6 static route functions (diff) | |
download | frr-00685a85e25f3817b2a972019ac047914f019caa.tar.xz frr-00685a85e25f3817b2a972019ac047914f019caa.zip |
zebra: use DEFPY for static routes
Now we have a single command for IPv4 static routes and another one for
IPv6 static routes (+ one command for IPv4 multicast static routes).
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/.gitignore')
-rw-r--r-- | zebra/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/.gitignore b/zebra/.gitignore index 145df0568..d0a752853 100644 --- a/zebra/.gitignore +++ b/zebra/.gitignore @@ -13,3 +13,4 @@ TAGS .arch-ids *~ *.loT +zebra_vty_clippy.c |