On 8/10/06, Reuel ben Yisrael <[EMAIL PROTECTED]> wrote:
Bill Marquette wrote:> On 8/10/06, Reuel ben Yisrael <[EMAIL PROTECTED]> wrote: > >> Bill Marquette wrote: >> >> > >> > I think it's in /etc/inc/services.inc - most of our non-GUI related >> > code is in /etc/inc. >> > >> > --Bill >> >> Where is the code that generates /tmp/rules.debug? I want to help find >> the alias bug. > > > "the alias bug" ? I didn't see any alias bugs in this thread, what > are you talking about? > > --Bill Sorry, something I discovered working with hoba last night. I have narrowed down where the bug is now, and should have a patch today hopefully - basically if you use aliases for port #'s and the internal port != external port on an inbound port forward, the generated rule is missing the internal port #. Here's the problematic code in filter.inc: /* if item is an alias, expand */ if(alias_expand($rule['local-port'])) $localport = ""; else $localport = " port {$rule['local-port']}"; Like I said I will attempt to fix it and submit a patch - hopefully today.
Thanks, please don't hijack threads, it's confusing. Also, please create a ticket on cvstrac for this so we can track it there. Thanks. --Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
