Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Merge requests
!81
Draft: Resolve "update database for ygot"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "update database for ygot"
65-update-database-for-ygot
into
develop
Overview
1
Commits
4
Pipelines
7
Changes
14
Closed
Ghost User
requested to merge
65-update-database-for-ygot
into
develop
4 years ago
Overview
1
Commits
4
Pipelines
7
Changes
14
Expand
Closes
#65 (closed)
0
0
Merge request reports
Compare
develop
version 4
a97ef795
4 years ago
version 3
f37d49c8
4 years ago
version 2
44f0504a
4 years ago
version 1
44f0504a
4 years ago
develop (base)
and
latest version
latest version
a97ef795
4 commits,
4 years ago
version 4
a97ef795
4 commits,
4 years ago
version 3
f37d49c8
3 commits,
4 years ago
version 2
44f0504a
2 commits,
4 years ago
version 1
44f0504a
4 commits,
4 years ago
14 files
+
355
−
531
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
cmd/gosdn-cli/main.go
+
1
−
1
Options
@@ -2,10 +2,10 @@ package main
import
(
pb
"code.fbi.h-da.de/cocsn/gosdn/api/proto"
"code.fbi.h-da.de/cocsn/gosdn/log"
"context"
"flag"
"fmt"
log
"github.com/sirupsen/logrus"
"google.golang.org/grpc"
"os"
"time"
Loading