Skip to content

Commit

Permalink
API extension: allow to set comments inside network interfaces file
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerdietmar committed Feb 12, 2014
1 parent 6812222 commit e7f5997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PVE/API2/Network.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ my $confdesc = {
type => 'string',
enum => [@$network_type_enum, 'unknown'],
},
comments => {
description => "Comments",
type => 'string',
},
autostart => {
description => "Automatically start interface on boot.",
type => 'boolean',
Expand Down

0 comments on commit e7f5997

Please sign in to comment.