summaryrefslogtreecommitdiff
path: root/sharpd/sharp_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'sharpd/sharp_globals.h')
-rw-r--r--sharpd/sharp_globals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sharpd/sharp_globals.h b/sharpd/sharp_globals.h
index 4e5c933667..8eba57f4dd 100644
--- a/sharpd/sharp_globals.h
+++ b/sharpd/sharp_globals.h
@@ -28,9 +28,11 @@ struct sharp_routes {
/* The original prefix for route installation */
struct prefix orig_prefix;
- /* The nexthop group we are using for installation */
+ /* The nexthop info we are using for installation */
struct nexthop nhop;
+ struct nexthop backup_nhop;
struct nexthop_group nhop_group;
+ struct nexthop_group backup_nhop_group;
uint32_t total_routes;
uint32_t installed_routes;