diff options
Diffstat (limited to 'zebra/linkdetect_null.c')
-rw-r--r-- | zebra/linkdetect_null.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/zebra/linkdetect_null.c b/zebra/linkdetect_null.c deleted file mode 100644 index 1f160c8e..00000000 --- a/zebra/linkdetect_null.c +++ /dev/null @@ -1,28 +0,0 @@ -/* NULL method for testing. */ - -#include <zebra.h> - - -int -if_linkdetect_on (const char *name) -{ - return 0; -} - -int -if_linkdetect_off (const char *name) -{ - return 0; -} - -int -if_linkdetect_ipv6_on (const char *name) -{ - return 0; -} - -int -if_linkdetect_ipv6_off (const char *name) -{ - return 0; -} |