From 0b259e59054a9f864d9f600b4080bb491d73acb3 Mon Sep 17 00:00:00 2001
From: Daniel Czerwonk <daniel@dan-nrw.de>
Date: Sun, 1 Jul 2018 16:02:02 +0200
Subject: [PATCH] gazelle

---
 protocols/bgp/packet/BUILD.bazel | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/protocols/bgp/packet/BUILD.bazel b/protocols/bgp/packet/BUILD.bazel
index 4ab93ab7..f9886e41 100644
--- a/protocols/bgp/packet/BUILD.bazel
+++ b/protocols/bgp/packet/BUILD.bazel
@@ -6,7 +6,9 @@ go_library(
         "bgp.go",
         "decoder.go",
         "encoder.go",
+        "helper.go",
         "mp_reach_nlri.go",
+        "mp_unreach_nlri.go",
         "nlri.go",
         "parameters.go",
         "path_attribute_flags.go",
@@ -29,6 +31,7 @@ go_test(
         "decoder_test.go",
         "encoder_test.go",
         "mp_reach_nlri_test.go",
+        "mp_unreach_nlri_test.go",
         "nlri_test.go",
         "path_attributes_test.go",
     ],
-- 
GitLab