Skip to content
Snippets Groups Projects
Commit 38e29640 authored by Malte Bauch's avatar Malte Bauch
Browse files

WIP

parent 7017203f
Branches
No related tags found
4 merge requests!17Build basic ci,!10Add simple modem support on linux through modemmanager,!8General refactoring,!5Draft: Add basic set support for ip/routing via gnmi
...@@ -71,7 +71,7 @@ func StartGNMITarget(bindAddress string, configFile string, osclient string) err ...@@ -71,7 +71,7 @@ func StartGNMITarget(bindAddress string, configFile string, osclient string) err
log.Fatalf("error in creating GNMI target: %v", err) log.Fatalf("error in creating GNMI target: %v", err)
} }
go scheduler(gnmiServer, currentosclient) //go scheduler(gnmiServer, currentosclient)
// Create new GRPC Server without service registert // Create new GRPC Server without service registert
grpcServer := grpc.NewServer() grpcServer := grpc.NewServer()
......
package ubuntu package ubuntu
import ( import (
"fmt"
"net" "net"
"os" "os"
"os/exec" "os/exec"
...@@ -90,7 +89,8 @@ func (ou *OsclientUbuntu) callbackFunc(config ygot.ValidatedGoStruct) error { ...@@ -90,7 +89,8 @@ func (ou *OsclientUbuntu) callbackFunc(config ygot.ValidatedGoStruct) error {
return err return err
} }
} }
return fmt.Errorf("the path: %s is not supported", schemaPath) //ignore all other paths for now
//return fmt.Errorf("the path: %s is not supported", schemaPath)
} }
return nil return nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment