mbox series

[ovs-dev,0/5] gateway documentation improvements

Message ID 20200313223227.2914645-1-blp@ovn.org
Headers show
Series gateway documentation improvements | expand

Message

Ben Pfaff March 13, 2020, 10:32 p.m. UTC
Most of these were spurred by comments from Han Zhou.

Ben Pfaff (5):
  ovn-nb: Consolidate documentation of distributed gateway ports.
  ovn-architecture: Correct documentation of localnet ports.
  ovn-architecture: Don't imply the wrong thing about NAT.
  ovn-architecture: Distributed gateway ports can interconnect OVNs.
  docs: Acknowledge in more places that localnet isn't the only option.

 ovn-architecture.7.xml |  75 ++++++++--------
 ovn-nb.xml             | 192 ++++++++++++++++-------------------------
 2 files changed, 116 insertions(+), 151 deletions(-)

Comments

Han Zhou March 14, 2020, 12:14 a.m. UTC | #1
On Fri, Mar 13, 2020 at 3:32 PM Ben Pfaff <blp@ovn.org> wrote:
>
> Most of these were spurred by comments from Han Zhou.
>
> Ben Pfaff (5):
>   ovn-nb: Consolidate documentation of distributed gateway ports.
>   ovn-architecture: Correct documentation of localnet ports.
>   ovn-architecture: Don't imply the wrong thing about NAT.
>   ovn-architecture: Distributed gateway ports can interconnect OVNs.
>   docs: Acknowledge in more places that localnet isn't the only option.
>
>  ovn-architecture.7.xml |  75 ++++++++--------
>  ovn-nb.xml             | 192 ++++++++++++++++-------------------------
>  2 files changed, 116 insertions(+), 151 deletions(-)
>
> --
> 2.24.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Thanks Ben for the update. I have only 2 comments on patch 5/5. Otherwise,
for the series:

Acked-by: Han Zhou <hzhou@ovn.org>