]> git.proxmox.com Git - ovs.git/commit
ovn util: Refactor dhcp_opts_map to make it generic
authorNuman Siddique <nusiddiq@redhat.com>
Thu, 2 Nov 2017 00:48:34 +0000 (06:18 +0530)
committerBen Pfaff <blp@ovn.org>
Thu, 2 Nov 2017 18:42:33 +0000 (11:42 -0700)
commit16936e4d6e3f8dd68dd6a4959e4937c9daab3e4a
treed442f4ba80f77a01d3359e36a674a18b673385d7
parent214117fdbd1f2d2766757d5b29e923cfcaadc914
ovn util: Refactor dhcp_opts_map to make it generic

Renamed 'struct dhcp_opts_map' to 'struct gen_opts_map' and
renamed ovn-dhcp.h to ovn-l7.h. An upcoming commit to support IPv6
Router Advertisement, will make use of the refactored code to store
the IPv6 ND RA options in 'struct gen_opts_map'.

Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
Acked-by: Miguel Angel Ajo <majopela@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
include/ovn/actions.h
ovn/controller/lflow.c
ovn/controller/pinctrl.c
ovn/lib/actions.c
ovn/lib/automake.mk
ovn/lib/ovn-dhcp.h [deleted file]
ovn/lib/ovn-l7.h [new file with mode: 0644]
ovn/northd/ovn-northd.c
ovn/utilities/ovn-trace.c
tests/test-ovn.c