public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Alexey Kodanev <alexey.kodanev@oracle.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 4/4] network/ipsec: add vti tunnel test & new options for enc algs
Date: Thu, 24 Nov 2016 16:41:05 +0300	[thread overview]
Message-ID: <5836EDF1.1000407@oracle.com> (raw)
In-Reply-To: <1475762095-14612-4-git-send-email-alexey.kodanev@oracle.com>

Hi,

On 10/06/2016 04:54 PM, Alexey Kodanev wrote:
> * Add vti with IPsec policies, send ICMP messages through the tunnel.
>    New test-cases include ah, esp protocols over vti and vti6 +
>    new authentication and encryption algorithms.
>
> * New options in ipsec_lib.sh:
>    'e' - Encryption algorithm,
>    'a' - Authentication algorithm,
>    'c' - Compression algorithm.
>
> * Dynamically generates algorithms random keys based on predefined key
>    length for each algorithm type.
> ...
> +	local sel='src 0.0.0.0/0 dst 0.0.0.0/0'
> +	if [ "$TST_IPV6" ]; then
> +		sel='src ::/0 dst ::/0'
> +	fi
> +

I've removed setting selected traffic explicitly here as it should be 
correctly set by default for IPv6
if we add '-6' option to ip command. Also corrected lines over 80 
characters and applied the patch-set.

Best regards,
Alexey


      reply	other threads:[~2016-11-24 13:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-06 13:54 [LTP] [PATCH 1/4] runtest/net_stress.ipsec_icmp: disable multinic tests Alexey Kodanev
2016-10-06 13:54 ` [LTP] [PATCH 2/4] network/ipsec: move parsing command-line options to ipsec_lib.sh Alexey Kodanev
2016-10-06 13:54 ` [LTP] [PATCH 3/4] network/ipsec: use the same mode parameter name as in iproute Alexey Kodanev
2016-10-06 13:54 ` [LTP] [PATCH 4/4] network/ipsec: add vti tunnel test & new options for enc algs Alexey Kodanev
2016-11-24 13:41   ` Alexey Kodanev [this message]

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=5836EDF1.1000407@oracle.com \
    --to=alexey.kodanev@oracle.com \
    --cc=ltp@lists.linux.it \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox