[pve-devel] [PATCH container 1/2] net: Add `link_down` config to allow setting interfaces as disconnected
    Thomas Lamprecht 
    t.lamprecht at proxmox.com
       
    Tue Feb 14 10:52:15 CET 2023
    
    
  
On 13/02/2023 14:56, Christoph Heiss wrote:
> +    link_down => {
> +	type => 'boolean',
> +	description => 'Whether this interface should be disconnected (like pulling the plug).',
> +	optional => 1,
> +    },
I'd prefer using kebab-case over snake_case for new properties, or do
we really gain anything here (e.g., qemu-server related infra reuse?)
besides from that, the patch here contains quite some unrelated whitespace
changes, please avoid that.
    
    
More information about the pve-devel
mailing list