Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
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
bcc
Commits
6ac44b5a
Commit
6ac44b5a
authored
Oct 17, 2016
by
Brenden Blanco
Committed by
GitHub
Oct 17, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #754 from iovisor/dkalani_dev
Add vxlan gbp header
parents
c8b9ae3a
b542595f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
src/cc/export/proto.h
src/cc/export/proto.h
+15
-0
No files found.
src/cc/export/proto.h
View file @
6ac44b5a
...
...
@@ -127,4 +127,19 @@ struct vxlan_t {
unsigned int key:24;
unsigned int rsv4:8;
} BPF_PACKET_HEADER;
struct vxlan_gbp_t {
unsigned int gflag:1;
unsigned int rsv1:3;
unsigned int iflag:1;
unsigned int rsv2:3;
unsigned int rsv3:1;
unsigned int dflag:1;
unsigned int rsv4:1;
unsigned int aflag:1;
unsigned int rsv5:3;
unsigned int tag:16;
unsigned int key:24;
unsigned int rsv6:8;
} BPF_PACKET_HEADER;
)********"
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