mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
remove source addr from queries that don't need it
This commit is contained in:
@ -224,8 +224,7 @@ class Construct:
|
||||
{
|
||||
"query_type": "bgp_community",
|
||||
"vrf": afi_attr.vrf_name,
|
||||
"afi": query_protocol,
|
||||
"source": afi_attr.source_address.compressed,
|
||||
"afi": afi,
|
||||
"target": self.query_target,
|
||||
}
|
||||
)
|
||||
@ -274,8 +273,7 @@ class Construct:
|
||||
{
|
||||
"query_type": "bgp_aspath",
|
||||
"vrf": afi_attr.vrf_name,
|
||||
"afi": query_protocol,
|
||||
"source": afi_attr.source_address.compressed,
|
||||
"afi": afi,
|
||||
"target": self.query_target,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user