From: Marcela Maslanova <mmaslano@redhat.com>
To: netdev@vger.kernel.org
Subject: [PATCH] ALGO_NAME unused
Date: Fri, 29 Feb 2008 08:34:10 +0100 [thread overview]
Message-ID: <47C7B572.6090009@redhat.com> (raw)
[-- 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));
reply other threads:[~2008-02-29 7:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47C7B572.6090009@redhat.com \
--to=mmaslano@redhat.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.