summaryrefslogtreecommitdiffstats
path: root/zebra/linkdetect_null.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-05-28 08:57:30 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-05-28 08:57:30 -0700
commit6e69833249b701330913d80bd9b3c7c991ee61d5 (patch)
tree7bb53b1fe1170e04bdfd0a6a70465413188f6c84 /zebra/linkdetect_null.c
parent99a9a0c9e045732e5977b24192e971ade92b59aa (diff)
downloadquagga-6e69833249b701330913d80bd9b3c7c991ee61d5.tar.bz2
quagga-6e69833249b701330913d80bd9b3c7c991ee61d5.tar.xz
Add ipv6 link detect hooks
Enable ipv6 link detect in kernel if needed.
Diffstat (limited to 'zebra/linkdetect_null.c')
-rw-r--r--zebra/linkdetect_null.c12
1 files changed, 12 insertions, 0 deletions
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;
+}