Skip to content

Commit 0e018ac

Browse files
committed
chore(agent): set AS override on host BGP neigh
Signed-off-by: Emanuele Di Pascale <[email protected]>
1 parent 4c6524e commit 0e018ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/agent/dozer/bcm/plan.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,6 +2685,7 @@ func planHostBGPSubnet(agent *agentapi.Agent, spec *dozer.Spec, vpcName string,
26852685
ExtendedNexthop: pointer.To(true),
26862686
IPv4Unicast: pointer.To(true),
26872687
IPv4UnicastImportPolicies: []string{rmName},
2688+
IPv4ASOverride: pointer.To(true),
26882689
}
26892690

26902691
spec.ACLInterfaces[iface] = &dozer.SpecACLInterface{

0 commit comments

Comments
 (0)