diff options
| author | Yash Ranjan <ranjany@vmware.com> | 2021-02-09 20:53:46 -0800 | 
|---|---|---|
| committer | Yash Ranjan <ranjany@vmware.com> | 2021-03-29 06:37:10 -0700 | 
| commit | b19502d3b0d53c8c50e8e47124beb760b41e286d (patch) | |
| tree | 3d3646a466d67099055fe4e724726304e66076d5 /ospf6d/ospf6_zebra.h | |
| parent | dc66229da852c4e651b2f9e183e6974ddfe4a263 (diff) | |
ospf6d: Add CLI and logic for default-information originate command
Signed-off-by: Yash Ranjan <ranjany@vmware.com>
Diffstat (limited to 'ospf6d/ospf6_zebra.h')
| -rw-r--r-- | ospf6d/ospf6_zebra.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_zebra.h b/ospf6d/ospf6_zebra.h index 5f340924b9..a3ccc3d38d 100644 --- a/ospf6d/ospf6_zebra.h +++ b/ospf6d/ospf6_zebra.h @@ -23,6 +23,8 @@  #include "zclient.h" +#define DEFAULT_ROUTE ZEBRA_ROUTE_MAX +  /* Debug option */  extern unsigned char conf_debug_ospf6_zebra;  #define OSPF6_DEBUG_ZEBRA_SEND 0x01  | 
