summaryrefslogtreecommitdiffhomepage
path: root/packet
diff options
context:
space:
mode:
Diffstat (limited to 'packet')
-rw-r--r--packet/bgp_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet/bgp_test.go b/packet/bgp_test.go
index e09ffc44..46ff293d 100644
--- a/packet/bgp_test.go
+++ b/packet/bgp_test.go
@@ -89,6 +89,7 @@ func update() *BGPMessage {
NewPathAttributeMultiExitDisc(1 << 20),
NewPathAttributeLocalPref(1 << 22),
NewPathAttributeAtomicAggregate(),
+ NewPathAttributeAggregator(uint16(30002), "129.0.2.99"),
NewPathAttributeAggregator(uint32(30002), "129.0.2.99"),
NewPathAttributeAggregator(uint32(300020), "129.0.2.99"),
NewPathAttributeCommunities([]uint32{1, 3}),