Skip to content

Commit 98fc001

Browse files
edipascaleFrostman
authored andcommitted
chore(agent): set AS override on host BGP neigh
Signed-off-by: Emanuele Di Pascale <[email protected]>
1 parent 5fa6509 commit 98fc001

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)