From 3d45a0a16982149f97beff88d2462b7bc194ef15 Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Thu, 13 Nov 2025 13:31:35 +0000 Subject: [PATCH] GT-1561: Add basic Dell SONiC driver (Epoxy) Basic support for Dell SONiC switches for Arcus. Release note only since images were rebuilt for another reason. Patch: https://github.com/stackhpc/networking-generic-switch/pull/136 --- releasenotes/notes/dell-sonic-support-a1dd2edd958bbe9d.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/dell-sonic-support-a1dd2edd958bbe9d.yaml diff --git a/releasenotes/notes/dell-sonic-support-a1dd2edd958bbe9d.yaml b/releasenotes/notes/dell-sonic-support-a1dd2edd958bbe9d.yaml new file mode 100644 index 0000000000..91dbdcad91 --- /dev/null +++ b/releasenotes/notes/dell-sonic-support-a1dd2edd958bbe9d.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Adds a basic NGS driver for Dell SONiC switches.