Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2006 16:12:23 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105270 for review
Message-ID:  <200608291612.k7TGCN8q014148@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105270

Change 105270 by piso@piso_newluxor on 2006/08/29 16:12:11

	Style.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/ip_fw.h#4 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/ip_fw.h#4 (text+ko) ====

@@ -318,19 +318,19 @@
 	struct _chain *next;
 };
 
-/* Server pool support (LSNAT) */
+/* Server pool support (LSNAT). */
 struct cfg_spool {
 	struct cfg_spool        *next;          /* chain of spool instances */
 	struct in_addr          addr;
 	u_short                 port;
 };
 
-/* Redirect modes id */
+/* Redirect modes id. */
 #define REDIR_ADDR      0x01
 #define REDIR_PORT      0x02
 #define REDIR_PROTO     0x04
 
-/* Nat redirect configuration */
+/* Nat redirect configuration. */
 struct cfg_redir {
 	struct cfg_redir        *next;          /* chain of redir instances */
 	u_int16_t               mode;           /* type of redirect mode */
@@ -349,7 +349,7 @@
 };
 
 #define NAT_BUF_LEN   1024
-/* Nat configuration data struct */
+/* Nat configuration data struct. */
 struct cfg_nat {
 	struct cfg_nat          *next;                  /* chain of nat instances */
 	int                     id;                     /* nat id */
@@ -361,7 +361,7 @@
 	struct cfg_redir        *redir_chain;           /* chain of redir instances */
 };
 
-/* Nat command */
+/* Nat command. */
 typedef struct	_ipfw_insn_nat {
  	ipfw_insn	o;
  	struct cfg_nat *nat;	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608291612.k7TGCN8q014148>