diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-15 15:40:47 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-25 18:16:13 +0400 |
commit | 254f118d8671926f946a0b7221f89794cf4bf732 (patch) | |
tree | fe9b850ba1bd251f6ae517a63a5c74075bd692cb /ospfd | |
parent | e7da9d51dff9d244711758d3019381447a6d5657 (diff) |
ospfd: remove unused macro
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospfd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index b24b3ced..6eeaaf99 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -72,10 +72,6 @@ #define OSPF_ALLSPFROUTERS 0xe0000005 /* 224.0.0.5 */ #define OSPF_ALLDROUTERS 0xe0000006 /* 224.0.0.6 */ -/* XXX Where is this used? And why it was used only if compiled with - * NSSA support. */ -#define OSPF_LOOPer 0x7f000000 /* 127.0.0.0 */ - #define OSPF_AREA_BACKBONE 0x00000000 /* 0.0.0.0 */ /* OSPF Authentication Type. */ |