diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-11-06 10:07:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 10:07:58 -0500 |
| commit | c2cedabed1ba38caf917cc34ab6c82ec46c6dee9 (patch) | |
| tree | a186cdb3a18d89d1a54d9b7d03c8b7ba6ee64f8c /bgpd/bgpd.h | |
| parent | 5752340415f0773d0aefa92c22bc852957bfcd5c (diff) | |
Revert "bgpd: combine import_check_table and nexthop_check_table"
Diffstat (limited to 'bgpd/bgpd.h')
| -rw-r--r-- | bgpd/bgpd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index db3991cd07..a7860721e9 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -559,6 +559,9 @@ struct bgp { /* Tree for next-hop lookup cache. */ struct bgp_nexthop_cache_head nexthop_cache_table[AFI_MAX]; + /* Tree for import-check */ + struct bgp_nexthop_cache_head import_check_table[AFI_MAX]; + struct bgp_table *connected_table[AFI_MAX]; struct hash *address_hash; |
