diff mbox series

[ovs-dev,v2,5/5] ipsec: Update ordering of imports

Message ID 20210331080509.532086-6-mark.d.gray@redhat.com
State Changes Requested
Headers show
Series ipsec: Fix IPv6 support | expand

Commit Message

Mark Gray March 31, 2021, 8:05 a.m. UTC
Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
---
 ipsec/ovs-monitor-ipsec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Eelco Chaudron March 31, 2021, 8:38 a.m. UTC | #1
On 31 Mar 2021, at 10:05, Mark Gray wrote:

> Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
> ---
>  ipsec/ovs-monitor-ipsec.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ipsec/ovs-monitor-ipsec.in b/ipsec/ovs-monitor-ipsec.in

Reviewed and tested the patch, LGTM.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Aaron Conole March 31, 2021, 1:35 p.m. UTC | #2
Mark Gray <mark.d.gray@redhat.com> writes:

> Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>
Flavio Leitner March 31, 2021, 7:16 p.m. UTC | #3
On Wed, Mar 31, 2021 at 04:05:09AM -0400, Mark Gray wrote:
> Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
> ---

Acked-by: Flavio Leitner <fbl@sysclose.org>
diff mbox series

Patch

diff --git a/ipsec/ovs-monitor-ipsec.in b/ipsec/ovs-monitor-ipsec.in
index 20ab213cc8d4..dbd3bbc1513c 100755
--- a/ipsec/ovs-monitor-ipsec.in
+++ b/ipsec/ovs-monitor-ipsec.in
@@ -14,12 +14,12 @@ 
 # limitations under the License.
 
 import argparse
+import copy
 import ipaddress
+import os
 import re
 import subprocess
 import sys
-import copy
-import os
 from string import Template
 
 import ovs.daemon