diff options
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 341d9a7..3345d4f 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -246,7 +246,7 @@ struct ospf_iface u8 sk_spf; /* Socket is a member of SPFRouters group */ u8 sk_dr; /* Socket is a member of DRouters group */ u16 rxbuf; /* Buffer size */ - u8 use_link; /* Whether iface link change is used */ + u8 check_link; /* Whether iface link change is used */ }; struct ospf_md5 @@ -755,7 +755,7 @@ struct ospf_iface_patt u32 stub; u32 vid; u16 rxbuf; - u8 use_link; + u8 check_link; #define OSPF_RXBUF_NORMAL 0 #define OSPF_RXBUF_LARGE 1 #define OSPF_RXBUF_MINSIZE 256 /* Minimal allowed size */ |