diff mbox series

[ovs-dev] update NEWS file with iPXE support

Message ID 13d9231216c087fc99f806a242faa89207cfc88f.1603812030.git.lorenzo.bianconi@redhat.com
State Accepted
Headers show
Series [ovs-dev] update NEWS file with iPXE support | expand

Commit Message

Lorenzo Bianconi Oct. 27, 2020, 3:21 p.m. UTC
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 NEWS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Numan Siddique Oct. 27, 2020, 5:11 p.m. UTC | #1
On Tue, Oct 27, 2020 at 8:51 PM Lorenzo Bianconi
<lorenzo.bianconi@redhat.com> wrote:
>
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>

Thanks Lorenzo. I applied this patch to master.

Numan

> ---
>  NEWS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/NEWS b/NEWS
> index 48b21fae4..ba04c6bbe 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -4,7 +4,8 @@ Post-v20.09.0
>       datapath can be inferred from the inport (which is required).
>     - The obsolete "redirect-chassis" way to configure gateways has been
>       removed.  See ovn-nb(5) for advice on how to update your config if needed.
> -
> +   - Add IPv4 iPXE support introducing "bootfile_name_alt" option to ovn dhcp
> +     server
>
>  OVN v20.09.0 - 28 Sep 2020
>  --------------------------
> --
> 2.26.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 48b21fae4..ba04c6bbe 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@  Post-v20.09.0
      datapath can be inferred from the inport (which is required).
    - The obsolete "redirect-chassis" way to configure gateways has been
      removed.  See ovn-nb(5) for advice on how to update your config if needed.
-
+   - Add IPv4 iPXE support introducing "bootfile_name_alt" option to ovn dhcp
+     server
 
 OVN v20.09.0 - 28 Sep 2020
 --------------------------