]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: bridge: Store dnsmasq passthrough options in NULL-terminated string list
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Jun 2021 12:54:24 +0000 (14:54 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 9 Aug 2021 08:09:01 +0000 (10:09 +0200)
commit1f2ceda397bd7808c4570152516ca59ff4316fef
tree8ef2c5ede949a6d4b833d947e45fbc9d16fa931c
parent93a42f8507f39ebdb9aab365768875a1b7f5be6a
network: bridge: Store dnsmasq passthrough options in NULL-terminated string list

We always process the full list so there's no value in storing the count
separately.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/network/bridge_driver.c