diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-01-30 10:06:29 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-01-31 15:15:42 -0500 | 
| commit | bde30e78cb27fba58ca7107bcb25cc0b2685b826 (patch) | |
| tree | 97dffefafaa55a83ea6c959dcd85050886706519 /lib/vrf.c | |
| parent | a98701f0531c54e425ef4ffa5f3f2c67aad2ae17 (diff) | |
lib: Add missing enum's to switch statement
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/vrf.c')
| -rw-r--r-- | lib/vrf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -610,7 +610,7 @@ int vrf_configure_backend(enum vrf_backend_type backend)  	case VRF_BACKEND_NETNS:  	case VRF_BACKEND_VRF_LITE:  		break; -	default: +	case VRF_BACKEND_MAX:  		return -1;  	}  | 
