Follow commit 4a19ec5800fc3bb64e2d87c4d9fdd9e636086fe0,

A userspace program may wish to set the mark for each packets its send
without using the netfilter MARK target. Changing the mark can be used
for mark based routing without netfilter or for packet filtering.

Signed-off-by: Thomas Chou <[EMAIL PROTECTED]>
---
 linux-2.6.x/include/asm-nios2nommu/socket.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/linux-2.6.x/include/asm-nios2nommu/socket.h 
b/linux-2.6.x/include/asm-nios2nommu/socket.h
index 5452e2b..5e797c2 100644
--- a/linux-2.6.x/include/asm-nios2nommu/socket.h
+++ b/linux-2.6.x/include/asm-nios2nommu/socket.h
@@ -76,4 +76,6 @@
 #define SO_TIMESTAMPNS         35
 #define SCM_TIMESTAMPNS                SO_TIMESTAMPNS
 
+#define SO_MARK                        36
+
 #endif /* _ASM_SOCKET_H */
-- 
1.5.3.3

_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to