We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error is seen when IP address is assigned to an interface and config reload/reboot is performed
ERR swss#orchagent: :- doDecapTunnelTask: unknown decap tunnel table attribute 'dst_ip'.
The IPINIP tunnel that is implicitly created contains dst_ip.
"TUNNEL_DECAP_TABLE:IPINIP_TUNNEL": { "expireat": 1717084665.954929, "ttl": -0.001, "type": "hash", "value": { "dscp_mode": "uniform", "dst_ip": "10.0.1.1,10.1.0.32,100.0.0.1,101.0.0.1,20.0.0.1,30.0.0.1,40.0.0.1,50.0.0.1,69.0.0.1,69.0.1.1", "ecn_mode": "standard", "ttl_mode": "pipe", "tunnel_type": "IPINIP" } },
However the recent code changes made in this PR sonic-net/sonic-swss#3117 doesn't parse dst_ip and error log is seen.
Error in the syslog
No error in syslog
show version
(paste your output here)
show techsupport
(paste your output here or download and attach the file here )
The text was updated successfully, but these errors were encountered:
@prsunny @lolyu Can you please investigate this?
Sorry, something went wrong.
@bingwang-ms for viz
Acked. Will check.
PR #18752 will fix this.
Closing this as PR is merged
lolyu
No branches or pull requests
Description
The following error is seen when IP address is assigned to an interface and config reload/reboot is performed
The IPINIP tunnel that is implicitly created contains dst_ip.
However the recent code changes made in this PR sonic-net/sonic-swss#3117 doesn't parse dst_ip and error log is seen.
Steps to reproduce the issue:
Describe the results you received:
Error in the syslog
Describe the results you expected:
No error in syslog
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: