Skip to content

Commit 3f5c17c

Browse files
committed
Create evpn.go
Signed-off-by: Boris Glimcher <[email protected]>
1 parent 7eeecab commit 3f5c17c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

network/evpn.go

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
// Copyright (c) 2022-2023 Dell Inc, or its subsidiaries.
3+
4+
// Package network implements the go library for OPI to be used to establish networking
5+
package network

network/evpn_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
// Copyright (c) 2022-2023 Dell Inc, or its subsidiaries.
3+
4+
// Package network implements the go library for OPI to be used to establish networking
5+
package network

0 commit comments

Comments
 (0)