diff options
Diffstat (limited to 'ospf6d/ospf6_interface.h')
| -rw-r--r-- | ospf6d/ospf6_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index dde589b8fa..6ef9e37822 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -113,6 +113,9 @@ struct ospf6_interface /* prefix-list name to filter connected prefix */ char *plist_name; + + /* BFD information */ + void *bfd_info; }; /* interface state */ |
