Oh crap, no wonder I couldn't reproduce this bug.  I had my head up my
ass and thought you were referring to the DHCP Status screen which I
did update.

--Bill

On 11/2/05, Jason J. Ellingson <[EMAIL PROTECTED]> wrote:
> Static DHCP mapping issue (doesn't show any at bottom of DHCP Server page
> even though they exist).
>
> Broken:
> 0.90a
> 0.90
> 0.89.2
> 0.88
>
> Works:
> 0.86.4
>
> Figured out the bug...
>
> Line 404 in:
>     services_dhcp.php
>     v 1.38.2.4
>     2005/10/18 23:47:10
>     sullrich
>
> The line reads:
> <?php if($mapent['mac'] <> "" and $mapent['ipaddr'] <> ""): ?>
>
> It should read:
> <?php if($mapent['mac'] <> ""): ?>
>
> Reason:
> IP Address is not required for entry into the static DHCP table; only the
> MAC is.
>
> All my entries do not have IPs.
>
> Why do I not use IPs?  Because I want them to still be dynamic, but I use
> the "Deny unknown clients"... which requires all the MAC addresses to be
> listed in this table.
> ------------------------------------------------------------
> Jason J Ellingson
>
> 615.301.1682 : nashville
> 612.605.1132 : minneapolis
>
> www.ellingson.com
> [EMAIL PROTECTED]
>
> -----Original Message-----
> From: Bill Marquette [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 01, 2005 8:21 AM
> To: [email protected]
> Subject: Re: [pfSense Support] bug in 0.89.2
>
> On 11/1/05, Jason J. Ellingson <[EMAIL PROTECTED]> wrote:
> > I know it was working before the latest upgrade.  If there is a repository
> > of old upgrades, I'll keep going back until I see the version that first
> > causes this.  Perhaps then I'll mull through the code to see what changes
> > were made.
>
> There were changes (although I don't think there were any to the
> parsing code for display), it's entirely possible.  The old installs
> are at:
> http://www.pfsense.com/old/
>
> --Bill
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to