I found out when I was writing manual page, that options ALGO_NAME and

ALGO_KEY aren't used. If it's a bug or should it be remove it, as I did?
This commit is contained in:
Marcela Maslanova 2008-02-22 11:57:03 -08:00 committed by Stephen Hemminger
parent cd796bc7e0
commit 8a1485bb21

View File

@ -88,7 +88,7 @@ static void usage(void)
fprintf(stderr, "ENCAP-TYPE := espinudp | espinudp-nonike\n");
fprintf(stderr, "ALGO-LIST := [ ALGO-LIST ] | [ ALGO ]\n");
fprintf(stderr, "ALGO := ALGO_TYPE ALGO_NAME ALGO_KEY\n");
fprintf(stderr, "ALGO := ALGO_TYPE\n");
fprintf(stderr, "ALGO_TYPE := [ ");
fprintf(stderr, "%s | ", strxf_algotype(XFRMA_ALG_CRYPT));
fprintf(stderr, "%s | ", strxf_algotype(XFRMA_ALG_AUTH));