ping
On 9/5/24 1:07 PM, Laine Stump wrote:
> While closing out the > 50 open tabs that had accumulated in one of my
> 3 browser windows, I came across a couple of upstream issues where I
> had posted a comment several months ago that I would fix some simple
> problem "tomorrow" (or maybe it was "next week"). Now that I've been
> reminded, I thought I should actually do that.
>
> Laine Stump (5):
> network: permit <forward mode='open'/> when a network has no IP
> address
> network: belatedly update an error message
> network: support setting firewalld zone for bridge device of open
> networks
> network: remove firewalld version check from networkSetBridgeZone()
> network: *un*set the firewalld zone while shutting down a network
>
> src/conf/network_conf.c | 5 +-
> src/libvirt_private.syms | 1 +
> src/network/bridge_driver.c | 8 +++
> src/network/bridge_driver_linux.c | 96 +++++++++++++++-------------
> src/network/bridge_driver_nop.c | 19 ++++++
> src/network/bridge_driver_platform.h | 4 ++
> src/util/virfirewalld.c | 23 +++++++
> src/util/virfirewalld.h | 2 +
> 8 files changed, 112 insertions(+), 46 deletions(-)
>