[pve-devel] [PATCH v3 pve-manager] API2 : Network : add network config reload

Dietmar Maurer dietmar at proxmox.com
Wed Sep 26 06:47:48 CEST 2018


> +	foreach my $bridge (keys %$bridges_delete) {
> +
> +	    my (undef, $interface) = dir_glob_regex("/sys/class/net/$bridge/brif", '(tap|veth|fwpr).*');

Why 'fwpr'? Maybe you wanted to check for 'fwbr' ?




More information about the pve-devel mailing list