All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALGO_NAME unused
@ 2008-02-29  7:34 Marcela Maslanova
  0 siblings, 0 replies; only message in thread
From: Marcela Maslanova @ 2008-02-29  7:34 UTC (permalink / raw)
  To: netdev

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

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?

-- 
Marcela Maslanova
BaseOS team Brno


[-- Attachment #2: xfrm.patch --]
[-- Type: text/x-patch, Size: 680 bytes --]

2bb7a12809dd5f8130c172ce79dbb74f618a9d01
 ip/xfrm_state.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ip/xfrm_state.c b/ip/xfrm_state.c
index 0e21203..93b4a2a 100644
--- a/ip/xfrm_state.c
+++ b/ip/xfrm_state.c
@@ -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));

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-29  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29  7:34 [PATCH] ALGO_NAME unused Marcela Maslanova

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.