summaryrefslogtreecommitdiffstats
path: root/lib/if.h
diff options
context:
space:
mode:
authorpaul <paul>2003-05-23 09:25:20 +0000
committerpaul <paul>2003-05-23 09:25:20 +0000
commit2d644feaa230afa70ff9fce6c900f270eb0ca06b (patch)
tree1de9b533bffd6ee7a978054d1084e701f0eeb5e0 /lib/if.h
parent3e0bc3be5904e3eccca6a0e7e52f51a425f43600 (diff)
downloadquagga-2d644feaa230afa70ff9fce6c900f270eb0ca06b.tar.bz2
quagga-2d644feaa230afa70ff9fce6c900f270eb0ca06b.tar.xz
From: Hasso Tepper <hasso@estpak.ee>
Add the 'no interface' command to all the daemons and vtysh. now it's possible to delete interface from routeing daemons as well only if it doesn't exist in os. http://hasso.linux.ee/zebra/ht-no_interface_fix.patch
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/if.h b/lib/if.h
index 554126fd..9ffe74cf 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -220,6 +220,7 @@ extern list iflist;
extern struct cmd_element interface_desc_cmd;
extern struct cmd_element no_interface_desc_cmd;
extern struct cmd_element interface_cmd;
+extern struct cmd_element no_interface_cmd;
extern struct cmd_element interface_pseudo_cmd;
extern struct cmd_element no_interface_pseudo_cmd;