summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.h
diff options
context:
space:
mode:
authorVyacheslav Trushkin <me@dogonthesun.net>2012-02-10 10:42:45 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2012-02-21 21:45:42 +0400
commitb51a3a31500133e3e26f12e7639f297c655bc735 (patch)
tree07bf18aeaace7f07736caf8016082e47e0f10a0c /ospf6d/ospf6_interface.h
parentef2d5d100431031c32ea35b3c834b46cff16f511 (diff)
ospf6d: remove defaults from iface config (BZ#550)
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r--ospf6d/ospf6_interface.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h
index cf758c07..2d1ff34d 100644
--- a/ospf6d/ospf6_interface.h
+++ b/ospf6d/ospf6_interface.h
@@ -124,6 +124,15 @@ extern const char *ospf6_interface_state_str[];
#define OSPF6_INTERFACE_DISABLE 0x01
#define OSPF6_INTERFACE_PASSIVE 0x02
+/* default values */
+#define OSPF6_INTERFACE_HELLO_INTERVAL 10
+#define OSPF6_INTERFACE_DEAD_INTERVAL 40
+#define OSPF6_INTERFACE_RXMT_INTERVAL 5
+#define OSPF6_INTERFACE_COST 1
+#define OSPF6_INTERFACE_PRIORITY 1
+#define OSPF6_INTERFACE_TRANSDELAY 1
+#define OSPF6_INTERFACE_INSTANCE_ID 0
+
/* Function Prototypes */