[racktables-users] Patch for Backend connections of patchpannels

  • From: Manon Goo <lists@xxxxxxxx>
  • To: racktables-users@xxxxxxxxxxxxx
  • Date: Wed, 27 Jul 2011 22:58:14 +0200

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: