Re: [Netpass-users] lib/NetPass.pm patch
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@os...> - 2005-09-07 17:01:36
|
On Wed, 2005-09-07 at 10:44 -0500, Robert Vance wrote:
`
> [rev@npw1 ~]$ diff /opt/netpass/lib/NetPass.pm
> /opt/netpass-src/NetPass/lib/NetPass.pm
> 527d526
> < my $myNW = shift;
> 548c547
> < my $ifIndex = $snmp->get_mac_port($mac, $myNW);
> ---
> > my $ifIndex = $snmp->get_mac_port($mac);
> 569c568
> < $mac, $loopctl, $myNW);
> ---
> > $mac, $loopctl);
> 620c619
> < $mac, {}, $myNW);
> ---
> > $mac, {});
>
>
> Jeff, if this doesn't break anything of yours can this be added to the
> NP source tree?
>
>
i dont see any problem with making that change. can you send me a
unified diff (diff -u) ?
jeff
|