[BACK]Return to ipt_comment.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / linux / netfilter_ipv4

File: [Development] / linux-2.6-xfs / include / linux / netfilter_ipv4 / ipt_comment.h (download)

Revision 1.1, Fri Oct 1 15:10:15 2004 UTC (13 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Upgrade kernel to 2.6.9-rc3 and kdb to 4.4
Merge of 2.6.x-xfs-melb:linux:19628a by kenmcd.

#ifndef _IPT_COMMENT_H
#define _IPT_COMMENT_H

#define IPT_MAX_COMMENT_LEN 256

struct ipt_comment_info {
	unsigned char comment[IPT_MAX_COMMENT_LEN];
};

#endif /* _IPT_COMMENT_H */