diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-08-04 13:19:36 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-08-04 13:34:03 -0400 |
| commit | 10cc80cafdc26e6afca4e435aafad924ff2f46b6 (patch) | |
| tree | 45f13ffedba3e22a527f5e1970ccb3894c822c97 /ospfd/ospf_interface.c | |
| parent | 1ae0e1b315edf256d41760bcbb631b5d2be0d087 (diff) | |
zebra: don't use default case when switching over enum nexthop
Do not use the `default` case when switching over an enumerated
type. This allows the code to fail to compile when we add a
new enumeration. Thus allowing us developers to know all
the places in the code we'll need to touch.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd/ospf_interface.c')
0 files changed, 0 insertions, 0 deletions
