Commit e7f5997e authored by Dietmar Maurer's avatar Dietmar Maurer

API extension: allow to set comments inside network interfaces file

parent 68122225
...@@ -40,6 +40,10 @@ my $confdesc = { ...@@ -40,6 +40,10 @@ my $confdesc = {
type => 'string', type => 'string',
enum => [@$network_type_enum, 'unknown'], enum => [@$network_type_enum, 'unknown'],
}, },
comments => {
description => "Comments",
type => 'string',
},
autostart => { autostart => {
description => "Automatically start interface on boot.", description => "Automatically start interface on boot.",
type => 'boolean', type => 'boolean',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment