Skip to content

Commit

Permalink
Export zebra package to /pkg/zebra
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus authored and fujita committed Oct 31, 2023
1 parent 64d69cc commit 7a77f28
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packet/bgp/internal/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func generateSRBehaviour() {
buf.Write(constants)

if err := os.WriteFile(srBehaviourTargetFile, buf.Bytes(), 0o664); err != nil {
doPanic("failed to write file %s: %w", )
doPanic("failed to write file %s: %w")
}
}
func doPanic(message string, args ...interface{}) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build tools
// +build tools

package tools
Expand Down

0 comments on commit 7a77f28

Please sign in to comment.