From 6e69833249b701330913d80bd9b3c7c991ee61d5 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 28 May 2008 08:57:30 -0700 Subject: Add ipv6 link detect hooks Enable ipv6 link detect in kernel if needed. --- zebra/linkdetect_null.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'zebra/linkdetect_null.c') diff --git a/zebra/linkdetect_null.c b/zebra/linkdetect_null.c index c33363e1..1f160c8e 100644 --- a/zebra/linkdetect_null.c +++ b/zebra/linkdetect_null.c @@ -14,3 +14,15 @@ 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; +} -- cgit v1.2.3