From 927dde83c37b708334d53d87d3631918b1107069 Mon Sep 17 00:00:00 2001 From: Daniel Czerwonk <daniel@dan-nrw.de> Date: Sun, 24 Jun 2018 13:36:29 +0200 Subject: [PATCH] added missing build files --- protocols/bgp/packet/BUILD.bazel | 1 + protocols/bgp/server/BUILD.bazel | 2 ++ 2 files changed, 3 insertions(+) diff --git a/protocols/bgp/packet/BUILD.bazel b/protocols/bgp/packet/BUILD.bazel index 10c8af23..66762a51 100644 --- a/protocols/bgp/packet/BUILD.bazel +++ b/protocols/bgp/packet/BUILD.bazel @@ -9,6 +9,7 @@ go_library( "encoder.go", "large_community.go", "nlri.go", + "options.go", "parameters.go", "path_attribute_flags.go", "path_attributes.go", diff --git a/protocols/bgp/server/BUILD.bazel b/protocols/bgp/server/BUILD.bazel index 02f664a3..cda56498 100644 --- a/protocols/bgp/server/BUILD.bazel +++ b/protocols/bgp/server/BUILD.bazel @@ -40,6 +40,8 @@ go_library( go_test( name = "go_default_test", srcs = [ + "fsm_open_sent_test.go", + "fsm_test.go", "server_test.go", "update_helper_test.go", "withdraw_test.go", -- GitLab