OSPFv2 Hello Packet. More...
Data Fields | |
struct in_addr | mask |
Network mask for this interface. | |
uint16_t | interval |
Interval between Hello packets (secs). | |
libtrace_ospf_options_t | hello_options |
Options. | |
uint8_t | priority |
Router Priority. | |
uint32_t | deadint |
Interval before declaring a router down. | |
struct in_addr | designated |
Designated router for the network. | |
struct in_addr | backup |
Backup designated router. |
OSPFv2 Hello Packet.
struct in_addr libtrace_ospf_hello_v2_t::backup |
Backup designated router.
uint32_t libtrace_ospf_hello_v2_t::deadint |
Interval before declaring a router down.
struct in_addr libtrace_ospf_hello_v2_t::designated |
Designated router for the network.
uint16_t libtrace_ospf_hello_v2_t::interval |
Interval between Hello packets (secs).
struct in_addr libtrace_ospf_hello_v2_t::mask |
Network mask for this interface.
Router Priority.