From 37e28661612b30bb70a3daa135806a37e57c9a20 Mon Sep 17 00:00:00 2001
From: Oliver Herms <oliver.herms@exaring.de>
Date: Wed, 27 Jun 2018 17:03:47 +0100
Subject: [PATCH] Fixing comment

---
 protocols/bgp/types/options.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/bgp/types/options.go b/protocols/bgp/types/options.go
index cfe15266..19b580d2 100644
--- a/protocols/bgp/types/options.go
+++ b/protocols/bgp/types/options.go
@@ -1,6 +1,6 @@
 package types
 
-// Options represents options to the update sender
+// Options represents options to the update sender, decoder and encoder
 type Options struct {
 	Supports4OctetASN bool
 	AddPathRX         bool
-- 
GitLab