Re: [ovs-dev] [PATCH v3 1/2 ovn] External IP based NAT: Add Columns and CLI

2020-07-08 Thread 0-day Robot
Bleep bloop. Greetings svc.mail.git, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: Improper whitespace around control block #186 FILE: utilities/ovn-nbctl.c:860: N

[ovs-dev] [PATCH v3 1/2 ovn] External IP based NAT: Add Columns and CLI

2020-07-08 Thread Ankur Sharma
From: Ankur Sharma This patch adds following columns to NAT table. a. applied_ext_ips: Represents Address Set of External IPs for which a NAT rule is applicable. b. exempted_ext_ips: Represents Address Set of External IPs for which a NAT rule is NOT applicable. Additionally, patch