Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pinctrl: Explicitly set ICMPv6 code for packet too big.
The ICMPv6 code was set to 1 which is wrong for the packet too big which is wrong, the code should always remain 0. This resulted in wrong csum being computed. Set the code to 0 explicitly. Fixes: 4725ad1 ("controller: Avoid double controller action for ICMP errors.") Reported-at: https://issues.redhat.com/browse/FDP-763 Acked-by: Dumitru Ceara <[email protected]> Signed-off-by: Ales Musil <[email protected]> Signed-off-by: Numan Siddique <[email protected]>
- Loading branch information