Skip to content
Snippets Groups Projects

Enable export and import of SDN configuration

Merged Ghost User requested to merge export-import-sdn-config into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,7 @@ import "gosdn/pnd/pnd.proto";
@@ -7,6 +7,7 @@ import "gosdn/pnd/pnd.proto";
option go_package = "code.fbi.h-da.de/danet/gosdn/api/go/gosdn/core";
option go_package = "code.fbi.h-da.de/danet/gosdn/api/go/gosdn/core";
 
// The ConfigurationManagementService allows to access configurations
service ConfigurationManagementService{
service ConfigurationManagementService{
// Allows for export of the whole SDN configuration
// Allows for export of the whole SDN configuration
rpc ExportSDNConfig(ExportSDNConfigRequest) returns (ExportSDNConfigResponse) {
rpc ExportSDNConfig(ExportSDNConfigRequest) returns (ExportSDNConfigResponse) {
Loading