From 4b5f965ad73ff2fd2abbe944566ffeaa81955756 Mon Sep 17 00:00:00 2001 From: Oliver Herms <oliver.herms@exaring.de> Date: Fri, 29 Jun 2018 20:11:36 +0200 Subject: [PATCH] gazelle --- protocols/bgp/types/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/bgp/types/BUILD.bazel b/protocols/bgp/types/BUILD.bazel index cd582779..5f946620 100644 --- a/protocols/bgp/types/BUILD.bazel +++ b/protocols/bgp/types/BUILD.bazel @@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = [ + "aggregator.go", "as_path.go", "community.go", "large_community.go", -- GitLab