-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[DHCP relay]: Add patch to always undef VLAN_TCI_PRESENT so a…
…s not to treat VLAN-tagged packets differently (#1254)" (#1291) This reverts commit 64602ad. Reverting this commit because the root cause of the issue was due to a Broadcom SDK bug which caused VLAN-tagged packets to be tagged twice. When packets were double-tagged, only one tag was getting stripped before the packet was trapped to the CPU. However, the second tag was left behind, which would cause the DHCP relay agent to ignore the packet. The bug has since been fixed, so now all VLAN-tagged packets should properly have their tag removed before being trapped to the CPU. Therefore the DHCP relay agent should never encounter a VLAN-tagged packet.
- Loading branch information
Showing
5 changed files
with
9 additions
and
40 deletions.
There are no files selected for viewing
30 changes: 0 additions & 30 deletions
30
src/isc-dhcp/patch/0001-Always-undef-VLAN_TCI_PRESENT-so-as-not-to-treat-VLA.patch
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...on-82-circuit-ID-and-remote-ID-fiel.patch → ...on-82-circuit-ID-and-remote-ID-fiel.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ning-name-of-physical-interface-tha.patch → ...ning-name-of-physical-interface-tha.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ng-port-alias-map-file-to-replace-p.patch → ...ng-port-alias-map-file-to-replace-p.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# This series applies on GIT commit ee3dffdda38a8cfc6ad2005d8d64a165d2a709ba | ||
0001-Always-undef-VLAN_TCI_PRESENT-so-as-not-to-treat-VLA.patch | ||
0002-Customizable-Option-82-circuit-ID-and-remote-ID-fiel.patch | ||
0003-Support-for-obtaining-name-of-physical-interface-tha.patch | ||
0004-Support-for-loading-port-alias-map-file-to-replace-p.patch | ||
0001-Customizable-Option-82-circuit-ID-and-remote-ID-fiel.patch | ||
0002-Support-for-obtaining-name-of-physical-interface-tha.patch | ||
0003-Support-for-loading-port-alias-map-file-to-replace-p.patch |