Re: [pve-devel] [PATCH firewall 2/5] Add function to iterate all ringX_addr for all nodes

2019-07-01 Thread Fabian Grünbichler
On Mon, Jul 01, 2019 at 10:49:21AM +0200, Stefan Reiter wrote: > The sub 'for_all_corosync_addresses' iterates through all nodes in a > passed corosync config and calls a lambda function for every ringX_addr > on every node it finds. > > Signed-off-by: Stefan Reiter > --- > src/PVE/Firewall.pm

[pve-devel] [PATCH firewall 2/5] Add function to iterate all ringX_addr for all nodes

2019-07-01 Thread Stefan Reiter
The sub 'for_all_corosync_addresses' iterates through all nodes in a passed corosync config and calls a lambda function for every ringX_addr on every node it finds. Signed-off-by: Stefan Reiter --- src/PVE/Firewall.pm | 20 1 file changed, 20 insertions(+) diff --git