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
4 files
+ 77
18
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -16,6 +16,7 @@ import (
@@ -16,6 +16,7 @@ import (
type NetworkElement interface {
type NetworkElement interface {
ID() uuid.UUID
ID() uuid.UUID
GetModel() ygot.GoStruct
GetModel() ygot.GoStruct
 
GetModelAsFilteredCopy() (ygot.GoStruct, error)
CreateModelCopy() (ygot.ValidatedGoStruct, error)
CreateModelCopy() (ygot.ValidatedGoStruct, error)
Transport() transport.Transport
Transport() transport.Transport
Name() string
Name() string
Loading