Skip to content
New issue

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

ERR swss#orchagent: :- doDecapTunnelTask: unknown decap tunnel table attribute 'dst_ip'. #19145

Closed
dgsudharsan opened this issue May 30, 2024 · 5 comments
Assignees
Labels
MSFT Triaged this issue has been triaged

Comments

@dgsudharsan
Copy link
Collaborator

Description

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.

Steps to reproduce the issue:

  1. Add IP address to any interface
  2. Perform reboot or config reload

Describe the results you received:

Error in the syslog

Describe the results you expected:

No error in syslog

Output of show version:

(paste your output here)

Output of show techsupport:

(paste your output here or download and attach the file here )

Additional information you deem important (e.g. issue happens only occasionally):

@dgsudharsan
Copy link
Collaborator Author

@prsunny @lolyu Can you please investigate this?

@prsunny
Copy link
Contributor

prsunny commented May 30, 2024

@bingwang-ms for viz

@dgsudharsan dgsudharsan added MSFT Triaged this issue has been triaged labels May 30, 2024
@bingwang-ms
Copy link
Contributor

Acked. Will check.

@lolyu
Copy link
Contributor

lolyu commented May 31, 2024

PR #18752 will fix this.

@prsunny
Copy link
Contributor

prsunny commented Jun 5, 2024

Closing this as PR is merged

@prsunny prsunny closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MSFT Triaged this issue has been triaged
Projects
None yet
Development

No branches or pull requests

4 participants