Skip to content

[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205#105

Merged
mssonicbld merged 5 commits intoAzure:202205from
mssonicbld:sonicbld/202205-merge
Sep 9, 2023
Merged

[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205#105
mssonicbld merged 5 commits intoAzure:202205from
mssonicbld:sonicbld/202205-merge

Conversation

@mssonicbld
Copy link
Collaborator

* 2b302e83c - (head/202205) chassis-packet: Update arp_update script for FAILED and STALE check (#16311) (2023-09-09) [anamehra]
* 91382fe31 - [Nokia][sonic-platform] Update Nokia sonic-platform submodule (#16348) (#16503) (2023-09-09) [mssonicbld]
* 32f23dd78 - Update macsec CAK keys in profile for tests to change to type7 encoded format (#16388) (#16499) (2023-09-09) [mssonicbld]
* 85f357e88 - [submodule] Update submodule sonic-swss to the latest HEAD automatically (#16455) (2023-09-08) [mssonicbld]<br>```

mssonicbld and others added 5 commits September 8, 2023 09:51
…lly (#16455)

src/sonic-swss

* 33d81e7f - (HEAD -> 202205, origin/202205) Support type7 encoded CAK key for macsec in config_db (#2892) (2 days ago) [judyjoseph]
…#16311)

chassis-packet: Update arp_update script for FAILED and STALE check (#16311)

1. Fixing an issue with FAILED entry resolution retry.
Neighbor entries in arp table may sometimes enter a FAILED state when the far end is down and reports the state as follows:
2603:10e2:400:3::1 dev PortChannel19 router FAILED
While the arp_update script handles the entries for FAILED in the following format, the above was not handled due to the token location (extra router keyword at index 4):
2603:10e2:400:3::1 dev PortChannel19 FAILED

The former format may appear if an arp resolution is tried on a link that is known but the far end goes down, e.g., pinging a STALE entry while the far end is down.

2. Refreshing STALE entries to make sure the far end is reachable.
STALE entries for some backend ports may appear in chassis-packet when no traffic is received for a while on the port. When the far end goes down, it is expected for BFD to stop sending packets on the session for which the far end is not reachable. But as the entry is known as stale, on the Cisco chassis, BFD keeps sending packets. Refreshing the stale entry will keep active links as reachable in the neighbor table while the entries for the far end down will enter a failed state. FAILED state entries will be retired and entered reachable when far end comes back up.
@mssonicbld mssonicbld requested review from a team, lguohan and qiluo-msft as code owners September 9, 2023 01:47
@mssonicbld mssonicbld merged commit 6dfcca3 into Azure:202205 Sep 9, 2023
jon-nokia pushed a commit to jon-nokia/sonic-buildimage-msft that referenced this pull request May 3, 2024
…utomatically (#18354)

#### Why I did it
src/sonic-host-services
```
* 6fce478 - (HEAD -> master, origin/master, origin/HEAD) Remove UpdateGraphService feature (Azure#105) (2 hours ago) [ganglv]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Jul 18, 2025
…tomatically (#1369)

#### Why I did it
src/sonic-swss
```
* 32670da8 - (HEAD -> 202503, origin/202503) Merge pull request #109 from mssonicbld/sonicbld/202503-merge (23 hours ago) [mssonicbld]
* aab08359 - Merge branch '202412' of https://github.com/Azure/sonic-swss.msft into 202503 (23 hours ago) [Sonic Automation]
* f859a08d - (origin/202412) [trim]: Add Packet Trimming Asym DSCP to OA (#105) (34 hours ago) [Nazarii Hnydyn]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Sep 13, 2025
…est HEAD automatically (#1614)

#### Why I did it
src/sonic-platform-common
```
* fd43028 - (HEAD -> 202503, origin/202503) Merge pull request #105 from mssonicbld/cherry/msft-202503/575 (5 hours ago) [bingwang-ms]
* e1c4953 - Added Host Electrical Interface of supporting LPO modules (5 hours ago) [Sonic Build Admin]
```
#### How I did it
#### How to verify it
#### Description for the changelog
bingwang-ms pushed a commit that referenced this pull request Jan 16, 2026
…ically (#23843)

#### Why I did it
src/sonic-dash-ha
```
* a680530 - (HEAD -> master, origin/master, origin/HEAD) Route exchange (#55) (2 days ago) [yue-fred-gao]
* e205d4d - Convert Unspecified to Standby in DashHaScopeTable. (#97) (2 days ago) [dypet]
* 557fe19 - Fix producer bridge CI issue (#105) (3 days ago) [yue-fred-gao]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Feb 14, 2026
…D automatically (#1985)

#### Why I did it
src/sonic-sairedis
```
* e07ae105 - (HEAD -> 202412, origin/HEAD, origin/202412) Fix switch stat counters by using get_stats_ext instead of get_stats (#105) (2 hours ago) [mssonicbld]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants