From 18f44014b9a22a418993da190a2ca1b6c7512856 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Thu, 6 Nov 2014 00:33:52 +0900 Subject: packet: add one 16bit AS test PathAttributeAggregator Signed-off-by: FUJITA Tomonori --- packet/bgp_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'packet/bgp_test.go') 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}), -- cgit v1.2.3