diff options
Diffstat (limited to 'print-lspping.c')
| -rw-r--r-- | print-lspping.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print-lspping.c b/print-lspping.c index 4d260db2113e..274cc68b7630 100644 --- a/print-lspping.c +++ b/print-lspping.c @@ -10,7 +10,7 @@ * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * FOR A PARTICULAR PURPOSE. * - * Original code by Hannes Gredler (hannes@juniper.net) + * Original code by Hannes Gredler (hannes@gredler.at) */ /* \summary: MPLS LSP PING printer */ @@ -104,6 +104,7 @@ static const struct tok lspping_return_code_values[] = { { 11, "No label entry at stack-depth"}, { 12, "Protocol not associated with interface at FEC stack depth"}, { 13, "Premature termination of ping due to label stack shrinking to a single label"}, + { 0, NULL}, }; |
