Skip Menu |

This queue is for tickets about the Net-Ifconfig-Wrapper CPAN distribution.

Report information
The Basics
Id: 13384
Status: resolved
Priority: 0/
Queue: Net-Ifconfig-Wrapper

People
Owner: Nobody in particular
Requestors: zummeer [...] gmx.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.05
Fixed in: (no value)



Subject: $Ifconfig{'down'}
#change these three lines #from: $Ifconfig{'down'}{'freebsd'} = $Ifconfig{'inet'}{'solaris'}; $Ifconfig{'down'}{'openbsd'} = $Ifconfig{'inet'}{'solaris'}; $Ifconfig{'down'}{'linux'} = $Ifconfig{'inet'}{'solaris'}; #to: $Ifconfig{'down'}{'freebsd'} = $Ifconfig{'down'}{'solaris'}; $Ifconfig{'down'}{'openbsd'} = $Ifconfig{'down'}{'solaris'}; $Ifconfig{'down'}{'linux'} = $Ifconfig{'down'}{'solaris'};
Fixed