diff options
| author | David Lamparter <equinox@diac24.net> | 2016-12-15 21:34:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-15 21:34:53 +0100 |
| commit | f4e454eb79a6d63f0fba83635047215ac6cf0e5f (patch) | |
| tree | 402711325312b6367fbde3c9baf1f144d1723f5d /ospf6d/ospf6_interface.h | |
| parent | bb49a12161b8ab63bdf2f2f3f1566aa1bb32d124 (diff) | |
| parent | 5304ba7e560fc9b5f13fd5657e370d726714673b (diff) | |
Merge branch 'dev/osr/vty_index'
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_interface.h')
| -rw-r--r-- | ospf6d/ospf6_interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index 3e09bfb930..179477a634 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -22,6 +22,7 @@ #ifndef OSPF6_INTERFACE_H #define OSPF6_INTERFACE_H +#include "qobj.h" #include "if.h" /* Debug option */ @@ -116,7 +117,10 @@ struct ospf6_interface /* BFD information */ void *bfd_info; + + QOBJ_FIELDS }; +DECLARE_QOBJ_TYPE(ospf6_interface) /* interface state */ #define OSPF6_INTERFACE_NONE 0 |
