mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:49:18 +00:00
2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_interface.h: Reduce structure padding by putting new u_char field multicast_memberships in a better spot (grouped with other u_char fields type and state).
This commit is contained in:
parent
548e6f7d58
commit
8cfde37647
@ -1,3 +1,9 @@
|
|||||||
|
2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
|
* ospf_interface.h: Reduce structure padding by putting new u_char
|
||||||
|
field multicast_memberships in a better spot (grouped with
|
||||||
|
other u_char fields type and state).
|
||||||
|
|
||||||
2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
* ospf_interface.h: Improve passive_interface comment. Add new
|
* ospf_interface.h: Improve passive_interface comment. Add new
|
||||||
|
@ -123,14 +123,14 @@ struct ospf_interface
|
|||||||
/* State of Interface State Machine. */
|
/* State of Interface State Machine. */
|
||||||
u_char state;
|
u_char state;
|
||||||
|
|
||||||
struct prefix *address; /* Interface prefix */
|
|
||||||
struct connected *connected; /* Pointer to connected */
|
|
||||||
|
|
||||||
/* To which multicast groups do we currently belong? */
|
/* To which multicast groups do we currently belong? */
|
||||||
u_char multicast_memberships;
|
u_char multicast_memberships;
|
||||||
#define MEMBER_ALLROUTERS 0x1
|
#define MEMBER_ALLROUTERS 0x1
|
||||||
#define MEMBER_DROUTERS 0x2
|
#define MEMBER_DROUTERS 0x2
|
||||||
|
|
||||||
|
struct prefix *address; /* Interface prefix */
|
||||||
|
struct connected *connected; /* Pointer to connected */
|
||||||
|
|
||||||
/* Configured varables. */
|
/* Configured varables. */
|
||||||
struct ospf_if_params *params;
|
struct ospf_if_params *params;
|
||||||
u_int32_t crypt_seqnum; /* Cryptographic Sequence Number */
|
u_int32_t crypt_seqnum; /* Cryptographic Sequence Number */
|
||||||
|
Loading…
Reference in New Issue
Block a user