summaryrefslogtreecommitdiff
path: root/ospfd/ospf_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_interface.h')
-rw-r--r--ospfd/ospf_interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h
index ca22c1a0..b49a3517 100644
--- a/ospfd/ospf_interface.h
+++ b/ospfd/ospf_interface.h
@@ -123,14 +123,14 @@ struct ospf_interface
/* State of Interface State Machine. */
u_char state;
- struct prefix *address; /* Interface prefix */
- struct connected *connected; /* Pointer to connected */
-
/* To which multicast groups do we currently belong? */
u_char multicast_memberships;
#define MEMBER_ALLROUTERS 0x1
#define MEMBER_DROUTERS 0x2
+ struct prefix *address; /* Interface prefix */
+ struct connected *connected; /* Pointer to connected */
+
/* Configured varables. */
struct ospf_if_params *params;
u_int32_t crypt_seqnum; /* Cryptographic Sequence Number */