-
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: 150919 b: refs/heads/master c: a31e1ff h: refs/heads/master i: 150917: b1edc45 150915: 3944efb 150911: 6599209 v: v3
- Loading branch information
Laszlo Attila Toth
authored and
Patrick McHardy
committed
Jun 9, 2009
1 parent
19e84f4
commit 4d61783
Showing
3 changed files
with
65 additions
and
12 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: 11eeef41d5f63c7d2f7fdfcc733eb7fb137cc384 | ||
refs/heads/master: a31e1ffd2231b8fdf7eda9ed750a4a0df9bcad4e |
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,12 @@ | ||
#ifndef _XT_SOCKET_H | ||
#define _XT_SOCKET_H | ||
|
||
enum { | ||
XT_SOCKET_TRANSPARENT = 1 << 0, | ||
}; | ||
|
||
struct xt_socket_mtinfo1 { | ||
__u8 flags; | ||
}; | ||
|
||
#endif /* _XT_SOCKET_H */ |
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