summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-05-23 14:21:51 +0200
committerGitHub <noreply@github.com>2023-05-23 14:21:51 +0200
commit7b7da41def4524670ff3ef5041b1eb4084d133bb (patch)
tree99c7ce75f7e3fa83314c4b4270567b0192aaef28 /zebra
parentMerge pull request #13578 from opensourcerouting/fix/ripd_argv_find (diff)
parentbfdd: Use shorter memory names so that they fit in vty output (diff)
downloadfrr-7b7da41def4524670ff3ef5041b1eb4084d133bb.tar.xz
frr-7b7da41def4524670ff3ef5041b1eb4084d133bb.zip
Merge pull request #13556 from donaldsharp/token_to_desc
memory desciprtion shortening
Diffstat (limited to 'zebra')
-rw-r--r--zebra/zebra_ptm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_ptm.c b/zebra/zebra_ptm.c
index fc3f0c96a..a678e7173 100644
--- a/zebra/zebra_ptm.c
+++ b/zebra/zebra_ptm.c
@@ -1185,7 +1185,7 @@ struct ptm_process {
TAILQ_HEAD(ppqueue, ptm_process) ppqueue;
DEFINE_MTYPE_STATIC(ZEBRA, ZEBRA_PTM_BFD_PROCESS,
- "PTM BFD process registration table.");
+ "PTM BFD process reg table");
/*
* Prototypes.