"Bill Marquette" <[EMAIL PROTECTED]> написано 16.10.2007 21:42:52:

> A good portion of this diff makes sense (allowing a user to enter
> static IPs for their PPPoE connection if I understand it correctly).
> I don't understand why this code is being removed however.
>
>
> -   if($_POST['gateway'] and $pconfig['gateway'] <> $_POST['gateway']) {
> -      /* enumerate slbd gateways and make sure we are not creating
> a route loop */
> -      if(is_array($config['load_balancer']['lbpool'])) {
> -         foreach($config['load_balancer']['lbpool'] as $lbpool) {
> -            if($lbpool['type'] == "gateway") {
> -                foreach ((array) $lbpool['servers'] as $server) {
> -                     $svr = split("\|", $server);
> -                     if($svr[1] == $pconfig['gateway'])  {
> -                           $_POST['gateway']  = $pconfig['gateway'];
> -                           $input_errors[] = "Cannot change
> {$svr[1]} gateway.
> It is currently referenced by the load balancer pools.";
> -                     }
> -               }
> -            }
> -         }
> -         foreach($config['filter']['rule'] as $rule) {
> -            if($rule['gateway'] == $pconfig['gateway']) {
> -                     $_POST['gateway']  = $pconfig['gateway'];
> -                     $input_errors[] = "Cannot change {$svr[1]} gateway.
> It is currently referenced by the filter rules via policy based
> routing.";
> -            }
> -         }
> -      }
> -   }
> -
>

I modify now the file interfaces_wan.php manualy. Before i modify this file
in Macromedia Dreamweaver!!!

Please take my changes. Thanks.


(See attached file: new_all.diff)

>
>
> --Bill
>
> On 10/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> >
> > "Bill Marquette" <[EMAIL PROTECTED]> написано 15.10.2007
17:28:44:
> >
> >  > diff -rub, not diff -lsf please...those were completely unreadable.
> >  > Also, no need to tgz them.  Thanks
> >  >
> >
> >
> >
> >
> > Only this changes set up PPPoE for my ISP. Thanks
> >
> >  > --Bill
> >  >
> >  > On 10/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >  > >
> >  > > "Espen Johansen" <[EMAIL PROTECTED]> написано 12.10.2007 16:49:27:
> >  > >
> >  > >  > Please send the files in diff -rub format. And send them to
> >  > >  > [EMAIL PROTECTED]
> >  > > >
> >  > > > -lsf
> >  > >  >
> >  > > > On 10/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> >  > > >
> >  > >  >
> >  > >
> >  > >
> >  > >
> >  > >
> >  > >
> >  > >
> >  > >  > news <[EMAIL PROTECTED]> написано 11.10.2007 19:54:19:
> >  > >  >
> >  > >  > > [EMAIL PROTECTED] wrote:
> >  > >  > > > Please  send me link, where we take my changes PFsense.
> >  > >  > >
> >  > >  > > Hi, what are you looking for exactly?
> >  > >  > >
> >  > >  >
> >  > >  > Excuse me! Below files  Pfsense for set Static Ip address for
WAN
> > PPPoE.
> >  > >  >
> >  > >  > (See attached file: upload.zip)
> >  > >  >
> >  > >  > Please take this is changes.
> >  > >  >
> >  > >  >
> >  > >  > > Ugo
> >  > >  > >
> >  > >  > >
> >  > >  > >
> >  > >
> > ---------------------------------------------------------------------
> >  > >  > > 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]
> >  > >
> >  > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >

Attachment: new_all.diff
Description: Binary data

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

Reply via email to