diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-03-16 14:03:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 14:03:34 -0400 |
| commit | 3406c16cbeecafb400cc2155a1ca9f9504c95b4e (patch) | |
| tree | 7853ddaa015a1542723f925b863d4440d9ff3529 /pathd/path_pcep_debug.c | |
| parent | 30643d6f314c8b5462073b2382c799b7966528e8 (diff) | |
| parent | 749714731ee9a59ae39be77e7db3915ce3ad0bd8 (diff) | |
Merge pull request #7963 from volta-networks/feat_pceplib_into_frr_github
pceplib: Integrate pcelib into frr
Diffstat (limited to 'pathd/path_pcep_debug.c')
| -rw-r--r-- | pathd/path_pcep_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pathd/path_pcep_debug.c b/pathd/path_pcep_debug.c index bcaadfe4d8..2dfe2130bf 100644 --- a/pathd/path_pcep_debug.c +++ b/pathd/path_pcep_debug.c @@ -636,8 +636,8 @@ const char *pcep_message_type_name(enum pcep_message_types pcep_message_type) return "UPDATE"; case PCEP_TYPE_INITIATE: return "INITIATE"; - case PCEP_TYPE_UNKOWN_MSG: - return "UNKOWN_MSG"; + case PCEP_TYPE_START_TLS: + return "START_TLS"; default: return "UNKNOWN"; } |
