diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-18 19:56:10 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:51:35 -0400 |
| commit | 4e0bc0f0a8cc235c45db9a2939ff985cf9c75e44 (patch) | |
| tree | 51b78d232c078b11a15e7d93ef96d78ca5338ad5 /pimd/pimd.h | |
| parent | 2e4e8571f0f63509b02d22edc39d998ddba7c8c0 (diff) | |
pimd: Refactore qpim_static_route_list into pim->static_routes
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pimd.h')
| -rw-r--r-- | pimd/pimd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pimd.h b/pimd/pimd.h index 7cce15f241..8bb04ba651 100644 --- a/pimd/pimd.h +++ b/pimd/pimd.h @@ -142,7 +142,6 @@ struct in_addr qpim_ssmpingd_group_addr; int64_t qpim_scan_oil_events; int64_t qpim_scan_oil_last; int64_t qpim_nexthop_lookups; -struct list *qpim_static_route_list; /* list of routes added statically */ extern unsigned int qpim_keep_alive_time; extern signed int qpim_rp_keep_alive_time; extern int qpim_packet_process; |
