diff options
author | Neale Ranns <nranns@cisco.com> | 2019-12-02 23:10:08 +0000 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-12-03 19:27:53 +0000 |
commit | c8972fe506c78530a3e4085453e86a0b85b245ef (patch) | |
tree | 08a549b4e1bc9b941fefdceb0a0e7d2efd02b4b5 /src/vnet/adj/adj.h | |
parent | a6460e46f379315e872819af139ae2c87e8e06f3 (diff) |
fib feature: Code mechanics to decouple dependency of feature on adj
Type: refactor
Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I1d8b88fe1eefc850865297b4f025b97e6373a6bd
Diffstat (limited to 'src/vnet/adj/adj.h')
-rw-r--r-- | src/vnet/adj/adj.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vnet/adj/adj.h b/src/vnet/adj/adj.h index 9d1577fe911..58e5ebf5d98 100644 --- a/src/vnet/adj/adj.h +++ b/src/vnet/adj/adj.h @@ -390,12 +390,6 @@ extern int adj_is_up (adj_index_t ai); extern const u8* adj_get_rewrite (adj_index_t ai); /** - * @brief Notify the adjacency subsystem that the features settings for - * an interface have changed - */ -extern void adj_feature_update (u32 sw_if_index, u8 arc_index, u8 is_enable); - -/** * @brief descend the FIB graph looking for loops * * @param ai |