summaryrefslogtreecommitdiffstats
path: root/ospfd
diff options
context:
space:
mode:
authorDinesh Dutt <ddutt@cumulusnetworks.com>2013-08-24 07:55:00 +0000
committerDavid Lamparter <equinox@opensourcerouting.org>2013-11-07 18:15:42 -0800
commitc5926a92235874574b20e426a3752c1451a90ec7 (patch)
treec8b8b66eee832e3db5e5d315e966b168918ef57e /ospfd
parentbf986da797e7d2a0aaae313fea626ba433581f03 (diff)
downloadquagga-c5926a92235874574b20e426a3752c1451a90ec7.tar.bz2
quagga-c5926a92235874574b20e426a3752c1451a90ec7.tar.xz
ospf6d: add p2p interface support
Signed-off-by: Dinesh G Dutt <ddutt at cumulusnetworks.com> Signed-off-by: Ayan Banerjee <ayabaner at gmail.com> Reviewed-by: Scott Feldman <sfeldma at cumulusnetworks.com> Reviewed-by: James Li <jli at cumulusnetworks.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd')
-rw-r--r--ospfd/ospf_interface.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h
index 9de65507..ed698c87 100644
--- a/ospfd/ospf_interface.h
+++ b/ospfd/ospf_interface.h
@@ -140,14 +140,6 @@ struct ospf_interface
/* OSPF Network Type. */
u_char type;
-#define OSPF_IFTYPE_NONE 0
-#define OSPF_IFTYPE_POINTOPOINT 1
-#define OSPF_IFTYPE_BROADCAST 2
-#define OSPF_IFTYPE_NBMA 3
-#define OSPF_IFTYPE_POINTOMULTIPOINT 4
-#define OSPF_IFTYPE_VIRTUALLINK 5
-#define OSPF_IFTYPE_LOOPBACK 6
-#define OSPF_IFTYPE_MAX 7
/* State of Interface State Machine. */
u_char state;