mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 23:58:44 +00:00
ospfd: Add missing enum's to switch statement
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
4a055ac2c9
commit
ba5c958716
@ -539,7 +539,7 @@ void ospf_spf_remove_resource(struct vertex *vertex, struct list *vertex_list,
|
|||||||
vertex_list);
|
vertex_list);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
case OSPF_TI_LFA_UNDEFINED_PROTECTION:
|
||||||
/* do nothing */
|
/* do nothing */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user