mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
8afd34f2d8
Back in
commit bd6c46fa0c
Author: Juerg Haefliger <juerg.haefliger@hp.com>
Date: Mon Jan 31 06:42:57 2011 -0500
tests: handle backspace-newline pairs in test input files
all the test argv files were line wrapped so that the args
were less than 80 characters.
The way the line wrapping was done turns out to be quite
undesirable, because it often leaves multiple parameters
on the same line. If we later need to add or remove
individual parameters, then it leaves us having to redo
line wrapping.
This commit changes the line wrapping so that every
single "-param value" is one its own new line. If the
"value" is still too long, then we break on ',' or ':'
or ' ' as needed.
This means that when we come to add / remove parameters
from the test files line, the patch diffs will only
ever show a single line added/removed which will greatly
simplify review work.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
141 lines
2.6 KiB
Plaintext
141 lines
2.6 KiB
Plaintext
ebtables \
|
|
-t nat \
|
|
-A libvirt-J-vnet0 \
|
|
-s 01:02:03:04:05:06/ff:ff:ff:ff:ff:fe \
|
|
-d aa:bb:cc:dd:ee:ff/ff:ff:ff:ff:ff:80 \
|
|
-p ipv6 \
|
|
--ip6-source ::10.1.2.3/22 \
|
|
--ip6-destination ::10.1.2.3/113 \
|
|
--ip6-protocol 17 \
|
|
--ip6-source-port 20:22 \
|
|
--ip6-destination-port 100:101 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-J-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-destination 1::2/128 \
|
|
--ip6-source a:b:c::/65 \
|
|
--ip6-protocol 6 \
|
|
--ip6-destination-port 20:22 \
|
|
--ip6-source-port 100:101 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-P-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-source 1::2/128 \
|
|
--ip6-destination a:b:c::/65 \
|
|
--ip6-protocol 6 \
|
|
--ip6-source-port 20:22 \
|
|
--ip6-destination-port 100:101 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-J-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-destination 1::2/128 \
|
|
--ip6-source a:b:c::/65 \
|
|
--ip6-protocol 6 \
|
|
--ip6-destination-port 255:256 \
|
|
--ip6-source-port 65535:65535 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-P-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-source 1::2/128 \
|
|
--ip6-destination a:b:c::/65 \
|
|
--ip6-protocol 6 \
|
|
--ip6-source-port 255:256 \
|
|
--ip6-destination-port 65535:65535 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-J-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-destination 1::2/128 \
|
|
--ip6-source a:b:c::/65 \
|
|
--ip6-protocol 18 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-P-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-source 1::2/128 \
|
|
--ip6-destination a:b:c::/65 \
|
|
--ip6-protocol 18 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-J-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-destination 1::2/128 \
|
|
--ip6-source a:b:c::/65 \
|
|
--ip6-protocol 58 \
|
|
--ip6-icmp-type 1:11/10:11 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-P-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-source 1::2/128 \
|
|
--ip6-destination a:b:c::/65 \
|
|
--ip6-protocol 58 \
|
|
--ip6-icmp-type 1:11/10:11 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-J-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-destination 1::2/128 \
|
|
--ip6-source a:b:c::/65 \
|
|
--ip6-protocol 58 \
|
|
--ip6-icmp-type 1:1/10:10 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-P-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-source 1::2/128 \
|
|
--ip6-destination a:b:c::/65 \
|
|
--ip6-protocol 58 \
|
|
--ip6-icmp-type 1:1/10:10 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-J-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-destination 1::2/128 \
|
|
--ip6-source a:b:c::/65 \
|
|
--ip6-protocol 58 \
|
|
--ip6-icmp-type 0:255/10:10 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-P-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-source 1::2/128 \
|
|
--ip6-destination a:b:c::/65 \
|
|
--ip6-protocol 58 \
|
|
--ip6-icmp-type 0:255/10:10 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-J-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-destination 1::2/128 \
|
|
--ip6-source a:b:c::/65 \
|
|
--ip6-protocol 58 \
|
|
--ip6-icmp-type 1:1/0:255 \
|
|
-j ACCEPT
|
|
ebtables \
|
|
-t nat \
|
|
-A libvirt-P-vnet0 \
|
|
-p ipv6 \
|
|
--ip6-source 1::2/128 \
|
|
--ip6-destination a:b:c::/65 \
|
|
--ip6-protocol 58 \
|
|
--ip6-icmp-type 1:1/0:255 \
|
|
-j ACCEPT
|