-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 368864 b: refs/heads/master c: f3c1a44 h: refs/heads/master v: v3
- Loading branch information
Gao feng
authored and
Pablo Neira Ayuso
committed
Apr 5, 2013
1 parent
01951d3
commit 00f4960
Showing
4 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 152b0f5da798c56566737f4d0bd85f69688e7d7b | ||
refs/heads/master: f3c1a44a2208d14b061ad665d9549c9b321f38e5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef __NETNS_NETFILTER_H | ||
#define __NETNS_NETFILTER_H | ||
|
||
#include <linux/proc_fs.h> | ||
|
||
struct netns_nf { | ||
#if defined CONFIG_PROC_FS | ||
struct proc_dir_entry *proc_netfilter; | ||
#endif | ||
}; | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters