From 6edf5aa152e5e027f3767ae767a2a01434e7027d Mon Sep 17 00:00:00 2001 From: Fulvio Risso Date: Sat, 27 Jul 2019 11:43:06 +0200 Subject: [PATCH] Typo --- .../datamodel/transparenthelloworld.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/pcn-transparent-helloworld/datamodel/transparenthelloworld.yang b/src/services/pcn-transparent-helloworld/datamodel/transparenthelloworld.yang index 472f8d68b..2ff8adeb8 100644 --- a/src/services/pcn-transparent-helloworld/datamodel/transparenthelloworld.yang +++ b/src/services/pcn-transparent-helloworld/datamodel/transparenthelloworld.yang @@ -24,7 +24,7 @@ module transparenthelloworld { } default PASS; description "Action performed on ingress packets"; - polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)" + polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)"; } leaf egress-action { @@ -35,6 +35,6 @@ module transparenthelloworld { } default PASS; description "Action performed on egress packets"; - polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)" + polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)"; } }