Skip to content

Commit 6edf5aa

Browse files
committed
Typo
1 parent bcb03e3 commit 6edf5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/pcn-transparent-helloworld/datamodel/transparenthelloworld.yang

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module transparenthelloworld {
2424
}
2525
default PASS;
2626
description "Action performed on ingress packets";
27-
polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)"
27+
polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)";
2828
}
2929

3030
leaf egress-action {
@@ -35,6 +35,6 @@ module transparenthelloworld {
3535
}
3636
default PASS;
3737
description "Action performed on egress packets";
38-
polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)"
38+
polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)";
3939
}
4040
}

0 commit comments

Comments
 (0)