Skip to content

Commit

Permalink
[Vxlanmgrd] [CPA] Update the vxlan_tunnel name len to be under IFNAMI…
Browse files Browse the repository at this point in the history
…Z to overcome netdev creation failure (#2398)

- Why I did
Fixes sonic-net/sonic-buildimage#10466

- How I did it
vxlan_tunnel_name has to be less than IFNAMSIZ ie. (16) for the netdev creation to succeed

Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
  • Loading branch information
vivekrnv authored and yxieca committed Oct 3, 2022
1 parent 342589e commit 9dc8471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/neighbor_advertiser
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ MIRROR_ACL_TABLE_NAME = 'EVERFLOW'
MIRROR_ACL_TABLEV6_NAME = 'EVERFLOWV6'
MIRROR_ACL_RULE_NAME = 'rule_arp'
MIRROR_ACL_RULEV6_NAME = 'rule_nd'
VXLAN_TUNNEL_NAME = 'neighbor_advertiser'
VXLAN_TUNNEL_NAME = 'neigh_adv'
VXLAN_TUNNEL_MAP_PREFIX = 'map_'


Expand Down

0 comments on commit 9dc8471

Please sign in to comment.