Support IETF routing Yang models (VPP-503).
Add support for special routes to send ICMP unreachable or admin prohibited. Change-Id: Ia1ac65b0e5e925c0f9ebc7824141833b4e18f05e Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
dc5aac5c39
commit
948e00ff5e
@ -752,7 +752,7 @@ ila_add_del_entry (ila_add_del_entry_args_t * args)
|
||||
/*
|
||||
* Create a route that results in the ILA entry
|
||||
*/
|
||||
dpo_id_t dpo = DPO_NULL;
|
||||
dpo_id_t dpo = DPO_INVALID;
|
||||
fib_prefix_t pfx = {
|
||||
.fp_addr = {
|
||||
.ip6 = e->ila_address,
|
||||
|
Reference in New Issue
Block a user