AE-616 : APV not capturing any packet on the interface which has special character in the interface name
Review Request #703 — Created March 11, 2025 and updated — Latest diff uploaded
| Information | |
|---|---|
| mbadiger | |
| APV10 | |
| rel_apv_10_7 | |
| https://arraynetworks.atlassian.net/browse/AE-616 | |
| Reviewers | |
| mmiriam, pradeep, prajesh, sojain | |
AE-616 Fix include checking for valid interface name wether interface name contains special charecter or not if contains replace with underscore replace_special_chars_with_underscore
APV Release Version : 10.7
Are we able to reproduce the issue : YesActual behavior :
Not able to generate the tcpdump file when interface name contains special charcters.
Post Fix (Screen Shots are attached in Jira)
From CLI
Config:
======
AN66(config)#interface name port1 "port6(Data)"
AN66(config)#sh run slb
AN66(config)#slb virtual http "virtualTest" 192.168.164.225 8200 arp 0
AN66(config)#slb real http "APV" 192.168.164.62 8200 0 icmp 3 3
AN66(config)#slb policy static "virtualTest" "APV"AN66(config)#debug enable
AN66(config)#debug trace tcp all
AN66(config)#debug disableOutput: Able to generate the tcpdump file when interface name contains special charcters.
