diff options
Diffstat (limited to 'ospf6d/ospf6d.h')
| -rw-r--r-- | ospf6d/ospf6d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 3f9461c7f0..dfac57aa2f 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -95,6 +95,7 @@ extern struct thread_master *master; return CMD_SUCCESS; \ } +#define IS_OSPF6_ASBR(O) ((O)->flag & OSPF6_FLAG_ASBR) extern struct zebra_privs_t ospf6d_privs; /* Function Prototypes */ |
