Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Pondelok, 17. február 2025

Súbor: [Platon] / scripts / perl / accounting / db-data.sql (stiahnutie)

Revízia 1.1, Sun Mar 13 22:02:33 2005 UTC (19 years, 11 months ago) by rajo

net-acct config table

-- MySQL dump 9.11
--
-- Host: localhost    Database: system
-- ------------------------------------------------------
-- Server version    4.0.24_Debian-1-log

--
-- Table structure for table `net_acct_config`
--

DROP TABLE IF EXISTS `net_acct_config`;
CREATE TABLE `net_acct_config` (
  `config_id` int(11) NOT NULL auto_increment,
  `config_order` int(10) unsigned NOT NULL default '0',
  `config_description` text,
  `ip_proto` smallint(5) unsigned NOT NULL default '0',
  `source_ip` varchar(15) default NULL,
  `source_port` smallint(5) unsigned NOT NULL default '0',
  `dest_ip` varchar(15) default NULL,
  `dest_port` smallint(5) unsigned NOT NULL default '0',
  `packet_count` int(10) unsigned NOT NULL default '0',
  `data_size` bigint(20) unsigned NOT NULL default '0',
  `interface` varchar(5) default NULL,
  `ppp_user` varchar(12) default NULL,
  PRIMARY KEY  (`config_id`)
) TYPE=MyISAM;

--
-- Dumping data for table `net_acct_config`
--


/*!40000 ALTER TABLE `net_acct_config` DISABLE KEYS */;
LOCK TABLES `net_acct_config` WRITE;
INSERT INTO `net_acct_config` VALUES (1,1,'IGMP protocol',2,NULL,0,NULL,0,0,0,NULL,NULL),(2,2,'ICMP protocol',1,NULL,0,NULL,0,0,0,NULL,NULL);
UNLOCK TABLES;
/*!40000 ALTER TABLE `net_acct_config` ENABLE KEYS */;


Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok