Skip to content

Commit b031139

Browse files
committed
more.
1 parent bb57bcf commit b031139

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/ip-xfrm/hmac_auth

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
print_usage_and_die() {
77
echo "usage:"
88
echo " hmac_auth [auth]"
9+
echo ""
910
echo " auth = md5, sha1, sha256"
11+
echo ""
12+
echo "examples:"
13+
echo " ./scripts/ip-xfrm/hmac_auth sha256 128"
14+
echo " ./scripts/ip-xfrm/hmac_auth sha256 96"
15+
echo " ./scripts/ip-xfrm/hmac_auth sha1"
16+
echo " ./scripts/ip-xfrm/hmac_auth md5"
1017
exit 1
1118
}
1219

0 commit comments

Comments
 (0)