summaryrefslogtreecommitdiff
path: root/pathd/path_ted.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-01-30 10:08:25 -0500
committerDonald Sharp <sharpd@nvidia.com>2023-01-31 15:15:42 -0500
commitd5dea3506e4bb55ebea5a225c70e24e8d6c800ac (patch)
tree0692150aabb29769357007ac2a095808c52e0952 /pathd/path_ted.c
parentda21ae9dc78ad3b7681047f5783e83af9a0242b3 (diff)
pathd: Add missing enum's to switch statement
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pathd/path_ted.c')
-rw-r--r--pathd/path_ted.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_ted.c b/pathd/path_ted.c
index 5fc8a1f032..5be63a68c8 100644
--- a/pathd/path_ted.c
+++ b/pathd/path_ted.c
@@ -527,7 +527,7 @@ uint32_t path_ted_config_write(struct vty *vty)
case IMPORT_OSPFv3:
vty_out(vty, " mpls-te import ospfv3\n");
break;
- default:
+ case IMPORT_UNKNOWN:
break;
}
}