> > --- a/src/PVE/Firewall.pm
> > +++ b/src/PVE/Firewall.pm
> > @@ -712,6 +712,7 @@ sub parse_address_list {
> > my ($str) = @_;
> >
> > return if $str =~ m/^(\+)(\S+)$/; # ipset ref
> > + return if $str =~ m/^${security_group_pattern}$/; # aliases
>
> Why do we need that? The example you provided show that this is not required?
>
> +IN SSH(ACCEPT) net0 +myserveralias #accept ssh for alias myserveralias
I just applied a fix for that.
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel