Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elijah Grubb
emulab-devel
Commits
3573d782
Commit
3573d782
authored
Sep 17, 2014
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix from Dave, a little late getting committing.
parent
d95f2920
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ipod/linux_mod/ipod.c
ipod/linux_mod/ipod.c
+2
-2
No files found.
ipod/linux_mod/ipod.c
View file @
3573d782
/*
* Copyright (c) 2000-201
3
University of Utah and the Flux Group.
* Copyright (c) 2000-201
4
University of Utah and the Flux Group.
*
* {{{EMULAB-LICENSE
*
...
...
@@ -121,7 +121,7 @@ static unsigned int ipod_hook_fn(unsigned int hooknum,struct sk_buff *skb,
static
struct
nf_hook_ops
ipod_hook_ops
=
{
.
hook
=
ipod_hook_fn
,
.
owner
=
THIS_MODULE
,
.
hooknum
=
NF_INET_
PRE_ROUTING
,
.
hooknum
=
NF_INET_
LOCAL_IN
,
.
pf
=
PF_INET
,
.
priority
=
NF_IP_PRI_FIRST
,
};
...
...
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