diff options
Diffstat (limited to 'src/PVE')
| -rw-r--r-- | src/PVE/Network/SDN.pm | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/src/PVE/Network/SDN.pm b/src/PVE/Network/SDN.pm index 83f2cc7..f2ecd4a 100644 --- a/src/PVE/Network/SDN.pm +++ b/src/PVE/Network/SDN.pm @@ -60,6 +60,16 @@ PVE::JSONSchema::register_standard_option(      },  ); +PVE::JSONSchema::register_standard_option( +    'pve-sdn-config-state', +    { +        type => 'string', +        enum => ['new', 'changed', 'deleted'], +        description => 'State of the SDN configuration object.', +        optional => 1, +    }, +); +  # improve me : move status code inside plugins ?  sub ifquery_check {  | 
