diff options
author | Neale Ranns <nranns@cisco.com> | 2019-04-08 02:37:40 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-04-08 13:03:13 +0000 |
commit | 7f6bd24f7217026131f6b8e1e55f92d2955c883b (patch) | |
tree | 4c06252c30ecc28575f1c8c693349e4b92320b81 /src/vlib/punt.c | |
parent | 9f7e33d60c1a807175c03028493c18be50d26e06 (diff) |
vlib-punt: fix error node counting
Change-Id: I271aa8b8f4917c187ad52db774e4ad26677e2b82
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vlib/punt.c')
-rw-r--r-- | src/vlib/punt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/punt.c b/src/vlib/punt.c index 09f30f4f810..5f83707c11d 100644 --- a/src/vlib/punt.c +++ b/src/vlib/punt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Cisco and/or its affiliates. + * Copyright (c) 2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: |