Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
6b53cb66
Commit
6b53cb66
authored
Oct 12, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update kernel headers
parent
39e3d383
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
include/linux/if_ether.h
include/linux/if_ether.h
+1
-0
include/linux/tc_act/tc_skbedit.h
include/linux/tc_act/tc_skbedit.h
+2
-1
No files found.
include/linux/if_ether.h
View file @
6b53cb66
...
...
@@ -42,6 +42,7 @@
#define ETH_P_LOOP 0x0060
/* Ethernet Loopback packet */
#define ETH_P_PUP 0x0200
/* Xerox PUP packet */
#define ETH_P_PUPAT 0x0201
/* Xerox PUP Addr Trans packet */
#define ETH_P_TSN 0x22F0
/* TSN (IEEE 1722) packet */
#define ETH_P_IP 0x0800
/* Internet Protocol packet */
#define ETH_P_X25 0x0805
/* CCITT X.25 */
#define ETH_P_ARP 0x0806
/* Address Resolution packet */
...
...
include/linux/tc_act/tc_skbedit.h
View file @
6b53cb66
...
...
@@ -11,7 +11,8 @@
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, see <http://www.gnu.org/licenses>.
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
* Place - Suite 330, Boston, MA 02111-1307 USA.
*
* Author: Alexander Duyck <alexander.h.duyck@intel.com>
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment