Date: Wed, 6 Sep 2006 08:32:32 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 105718 for review Message-ID: <200609060832.k868WWvp076822@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105718 Change 105718 by piso@piso_longino on 2006/09/06 08:32:11 Rename libalias TOK_LOG to TOK_ALOG to avoid clashing with ALTQ TOK_LOG. Affected files ... .. //depot/projects/soc2005/libalias/sbin/ipfw/ipfw2.c#7 edit Differences ... ==== //depot/projects/soc2005/libalias/sbin/ipfw/ipfw2.c#7 (text+ko) ==== @@ -315,7 +315,7 @@ TOK_WEIGHT, TOK_IP, TOK_IF, - TOK_LOG, + TOK_ALOG, TOK_DENY_INC, TOK_SAME_PORTS, TOK_UNREG_ONLY, @@ -370,7 +370,7 @@ struct _s_x nat_params[] = { { "ip", TOK_IP }, { "if", TOK_IF }, - { "log", TOK_LOG }, + { "log", TOK_ALOG }, { "deny_in", TOK_DENY_INC }, { "same_ports", TOK_SAME_PORTS }, { "unreg_only", TOK_UNREG_ONLY }, @@ -3923,7 +3923,7 @@ ac--; av++; break; - case TOK_LOG: + case TOK_ALOG: n->mode |= PKT_ALIAS_LOG; break;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609060832.k868WWvp076822>