Skip to content

Commit dd6210f

Browse files
authored
[Vxlanmgrd] [CPA] Update the vxlan_tunnel name len to be under IFNAMIZ to overcome netdev creation failure (#2398)
- Why I did Fixes #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 <[email protected]>
1 parent bdc4a8a commit dd6210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/neighbor_advertiser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ MIRROR_ACL_TABLE_NAME = 'EVERFLOW'
4343
MIRROR_ACL_TABLEV6_NAME = 'EVERFLOWV6'
4444
MIRROR_ACL_RULE_NAME = 'rule_arp'
4545
MIRROR_ACL_RULEV6_NAME = 'rule_nd'
46-
VXLAN_TUNNEL_NAME = 'neighbor_advertiser'
46+
VXLAN_TUNNEL_NAME = 'neigh_adv'
4747
VXLAN_TUNNEL_MAP_PREFIX = 'map_'
4848

4949

0 commit comments

Comments
 (0)