[racktables-users] Re: Patch for Backend connections of patchpannels

  • From: Marco Sommella <marco.sommella@xxxxxxxxx>
  • To: racktables-users@xxxxxxxxxxxxx
  • Date: Tue, 2 Aug 2011 18:34:19 +0200

this is applicable to 0.19.7 too ?
which command i have to use to apply patch ?
tnx a lot.

------------------------------------------------------------------
Marco Sommella
marco.sommella@xxxxxxxxx (E-Mail & MSN)
------------------------------------------------------------------


2011/7/27 Manon Goo <lists@xxxxxxxx>

> Hi,
>
> I have created a patch for Racktables, the patch adds the following
> functionalty:
>        - Ports (especialy for patch pannels) may be desiganted as
> Frontend/backend Ports by making them compatibe with "backend port"
>        - These Ports can have a second backend Link
>        - The Mainpage will show the complete Link of the connection
> traversing through the patchpannels
>
> The follwing changes were made to the Database:
>
> ALTER TABLE `Link` ADD `type` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0'
> COMMENT 'Identifier  for different connections';
> ALTER TABLE `Link` DROP INDEX `porta` , ADD UNIQUE `porta` ( `porta` ,
> `type` );
> ALTER TABLE `Link` DROP INDEX `portb` , ADD UNIQUE `portb` ( `portb` ,
> `type` );
> ALTER TABLE `Link` DROP PRIMARY KEY , ADD PRIMARY KEY ( `porta` , `portb` ,
> `type` );
> INSERT INTO Dictionary VALUES ( 2,336,"backend port");
>
>
> The Code patch is attached. I hope this is helpful to you.
>
> Cheers
> Manon
>
>
>
>
>
>
>
>
> Manon Goo
> Dembach Goo Informatik GmbH & Co KG
> Untersachsenhausen 33
> D-50667 Köln
> Tel: +49 221 801483 0
> Mobil: +49 177 8091974
> Fax: +49 221 801483 20
> Email: manon@xxxxxxxx
> Emergency: +49 180 555 4992
>
> Amtsgericht Köln HRA 22794, UST ID: DE242 159 527
> Geschäftsführer: Manon Goo, Andreas Dembach
> Haftende Gesellschafterin: Dembach Goo Verwaltungs GmbH

Other related posts: