diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-02 07:15:39 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-02 07:15:39 -0400 | 
| commit | 5e76ce5069b4fd1e385b5b2bcbe05d01bfa1ebaa (patch) | |
| tree | bfca1440c9c1f8482939482d2b3c24d91287fa2c /lib/jhash.h | |
| parent | a599986949a9a23df459ac5d7cd6050384750783 (diff) | |
Revert "bgpd: Prevent IPv6 routes received via a ibgp session with own ip as nexthop "
Diffstat (limited to 'lib/jhash.h')
| -rw-r--r-- | lib/jhash.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/jhash.h b/lib/jhash.h index 1b6f879369..977421495c 100644 --- a/lib/jhash.h +++ b/lib/jhash.h @@ -45,8 +45,6 @@ extern uint32_t jhash_3words(uint32_t a, uint32_t b, uint32_t c,  			     uint32_t initval);  extern uint32_t jhash_2words(uint32_t a, uint32_t b, uint32_t initval);  extern uint32_t jhash_1word(uint32_t a, uint32_t initval); -extern uint32_t __ipv6_addr_jhash(const struct in6_addr *a, -				const uint32_t initval);  #ifdef __cplusplus  }  | 
