diff options
Diffstat (limited to 'ospfd/ospf_interface.h')
-rw-r--r-- | ospfd/ospf_interface.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h index 2b129859..28d95d7e 100644 --- a/ospfd/ospf_interface.h +++ b/ospfd/ospf_interface.h @@ -55,7 +55,10 @@ struct ospf_if_params /* MTU mismatch check (see RFC2328, chap 10.6) */ DECLARE_IF_PARAM (u_char, mtu_ignore); - + + /* Fast-Hellos */ + DECLARE_IF_PARAM (u_char, fast_hello); + /* Authentication data. */ u_char auth_simple[OSPF_AUTH_SIMPLE_SIZE + 1]; /* Simple password. */ u_char auth_simple__config:1; |