summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_message.c
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2011-08-20 20:58:15 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-08-27 21:18:51 +0400
commitef95122eb214f80700fc79b4a95686eadfea859b (patch)
tree1aa3631ef8d9e0a5036124c4029d68259df774b5 /ospf6d/ospf6_message.c
parentd91f35bc90ec4e5c8513cd7ac1f6fd00c5113c27 (diff)
downloadquagga-ef95122eb214f80700fc79b4a95686eadfea859b.tar.bz2
quagga-ef95122eb214f80700fc79b4a95686eadfea859b.tar.xz
ospf6d: move named constants to ospf6d.h
Diffstat (limited to 'ospf6d/ospf6_message.c')
-rw-r--r--ospf6d/ospf6_message.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c
index 51933b76..f4df318b 100644
--- a/ospf6d/ospf6_message.c
+++ b/ospf6d/ospf6_message.c
@@ -225,8 +225,6 @@ ospf6_lsack_print (struct ospf6_header *oh)
}
/* Receive function */
-#define MSG_OK 0
-#define MSG_NG 1
static int
ospf6_header_examin (struct in6_addr *src, struct in6_addr *dst,
struct ospf6_interface *oi, struct ospf6_header *oh)