Commit c16d97c
committed
Auto merge of #3272 - sunfishcode:sunfishcode/ethernet, r=JohnTitor
Define `IPPROTO_ETHERNET` on Linux-like platforms.
Define the `IPPROTO_ETHERNET` constant on Linux-like platforms.
This value is also now a registered protocol number IANA, called "Ethernet":
https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
I haven't run all the CI tests locally because my kernel is new too and I hit #3160.3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1800 | 1800 | | |
1801 | 1801 | | |
1802 | 1802 | | |
1803 | | - | |
| 1803 | + | |
1804 | 1804 | | |
1805 | 1805 | | |
1806 | 1806 | | |
| |||
3597 | 3597 | | |
3598 | 3598 | | |
3599 | 3599 | | |
| 3600 | + | |
3600 | 3601 | | |
3601 | 3602 | | |
3602 | 3603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| 1058 | + | |
1058 | 1059 | | |
1059 | 1060 | | |
1060 | 1061 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
918 | 918 | | |
919 | 919 | | |
920 | 920 | | |
| 921 | + | |
| 922 | + | |
921 | 923 | | |
922 | 924 | | |
923 | 925 | | |
| |||
0 commit comments