[ovs-git] [ovn-org/ovn] 3ba84a: northd: reduce indentation in build_lrouter_nat_de...

Lorenzo Bianconi noreply at github.com
Mon Mar 8 11:13:52 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/ovn-org/ovn
  Commit: 3ba84a110fd969d2c017070b5047f6df1129ac48
      https://github.com/ovn-org/ovn/commit/3ba84a110fd969d2c017070b5047f6df1129ac48
  Author: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
  Date:   2021-03-06 (Sat, 06 Mar 2021)

  Changed paths:
    M northd/ovn-northd.c

  Log Message:
  -----------
  northd: reduce indentation in build_lrouter_nat_defrag_and_lb

Since all the code in the build_lrouter_nat_defrag_and_lb routine is
executed if the current datapath is a logical router, just return if the
condition is false.

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
Signed-off-by: Numan Siddique <numans at ovn.org>


  Commit: 949e4319904938c1d83df2557c37b4bdfa6cbf25
      https://github.com/ovn-org/ovn/commit/949e4319904938c1d83df2557c37b4bdfa6cbf25
  Author: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
  Date:   2021-03-06 (Sat, 06 Mar 2021)

  Changed paths:
    M northd/ovn-northd.c

  Log Message:
  -----------
  northd: introduce build_lrouter_lb_flows routine

Introduce build_lrouter_lb_flows routine as a container for logical
router load balancer configuration in build_lrouter_nat_defrag_and_lb
routine.

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
Signed-off-by: Numan Siddique <numans at ovn.org>


  Commit: fa91da7c9979d7b21b7a2a5557705c238cde97a0
      https://github.com/ovn-org/ovn/commit/fa91da7c9979d7b21b7a2a5557705c238cde97a0
  Author: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
  Date:   2021-03-06 (Sat, 06 Mar 2021)

  Changed paths:
    M northd/ovn-northd.c

  Log Message:
  -----------
  northd: introduce build_lrouter_in_unsnat_flow routine

Introduce build_lrouter_in_unsnat_flow routine as a container for logical
router per nat configuration in build_lrouter_nat_defrag_and_lb
routine for S_ROUTER_IN_UNSNAT table.

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
Signed-off-by: Numan Siddique <numans at ovn.org>


  Commit: 225426081f8533e3d4df022b392105028f8bb37c
      https://github.com/ovn-org/ovn/commit/225426081f8533e3d4df022b392105028f8bb37c
  Author: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
  Date:   2021-03-06 (Sat, 06 Mar 2021)

  Changed paths:
    M northd/ovn-northd.c

  Log Message:
  -----------
  northd: introduce build_lrouter_in_dnat_flow routine

Introduce build_lrouter_in_dnat_flow routine as a container for logical
router per nat configuration in build_lrouter_nat_defrag_and_lb
routine for S_ROUTER_IN_DNAT table.

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
Signed-off-by: Numan Siddique <numans at ovn.org>


Compare: https://github.com/ovn-org/ovn/compare/80a9a8e83482...225426081f85


More information about the git mailing list