commit | f38bef46a3511249f352d18072f97a49f2c5b06c | [log] [tgz] |
---|---|---|
author | Dmitry Vakhrushev <dmitry@netgate.com> | Fri Mar 16 20:26:32 2018 +0300 |
committer | Neale Ranns <nranns@cisco.com> | Mon Mar 19 11:17:48 2018 +0000 |
tree | d9196729dae732b92a13b8565d22b99e597255c3 | |
parent | 2ae2bc5380845d1480ec385749b7e8515e3b2185 [diff] [blame] |
FIX: Fixed ip6_fib_dump api function response. Change-Id: I26c5d61bc2f6188bcd4ecac4b5e9385821b0398b Signed-off-by: Dmitry Vakhrushev <dmitry@netgate.com>
diff --git a/src/vnet/dpo/ip_null_dpo.h b/src/vnet/dpo/ip_null_dpo.h index 002a2a7..6c7ced5 100644 --- a/src/vnet/dpo/ip_null_dpo.h +++ b/src/vnet/dpo/ip_null_dpo.h
@@ -53,4 +53,6 @@ extern void ip_null_dpo_module_init(void); +extern ip_null_dpo_action_t ip_null_dpo_get_action(index_t indi); + #endif