We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb57bcf commit b031139Copy full SHA for b031139
1 file changed
scripts/ip-xfrm/hmac_auth
@@ -6,7 +6,14 @@
6
print_usage_and_die() {
7
echo "usage:"
8
echo " hmac_auth [auth]"
9
+ echo ""
10
echo " auth = md5, sha1, sha256"
11
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"
17
exit 1
18
}
19
0 commit comments