diff options
Diffstat (limited to 'src/vnet/adj/adj_internal.h')
-rw-r--r-- | src/vnet/adj/adj_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/adj/adj_internal.h b/src/vnet/adj/adj_internal.h index 2c123c542a1..ca41cb21d9e 100644 --- a/src/vnet/adj/adj_internal.h +++ b/src/vnet/adj/adj_internal.h @@ -109,4 +109,6 @@ extern void adj_glean_remove(fib_protocol_t proto, extern void adj_mcast_remove(fib_protocol_t proto, u32 sw_if_index); +extern u32 adj_dpo_get_urpf(const dpo_id_t *dpo); + #endif |