Remove useless files
authorDimitris Aragiorgis <dimara@grnet.gr>
Thu, 12 Jul 2012 01:06:07 +0000 (04:06 +0300)
committerDimitris Aragiorgis <dimara@grnet.gr>
Thu, 12 Jul 2012 01:06:07 +0000 (04:06 +0300)
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>

conf/generic.conf [deleted file]
conf/grnet.conf [deleted file]
conf/snf-network.conf [deleted file]
log-env [deleted file]

diff --git a/conf/generic.conf b/conf/generic.conf
deleted file mode 100644 (file)
index c55a361..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# Generic case
-# iface where all tap will be bridged
-PUBLIC_BRIDGE=
-
-# in case of private lans mac prefix is used for isolation
-MAC_MASK=ff:ff:ff:0:0:0
diff --git a/conf/grnet.conf b/conf/grnet.conf
deleted file mode 100644 (file)
index a81bc47..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# GRNET specific configuration 
-# one vlan for IP less/proxy ARP routing of public IPs 
-PUBLIC_VLAN_ID=700
-
-# one vlan for bridging private lans with ebtables for filtering
-PRIVATE_BRIDGE_ID=
-PRIVATE_VLAN_ID=
-
-# in case of private lans mac prefix is used for isolation
-MAC_MASK=ff:ff:ff:0:0:0
-
-# one bridge per vlan for expensive private networks
-#PRIVATE_BRIDGE_ID_RANGE=`seq 2991 2999`
-PRIVATE_VLAN_ID_OFFSET=2979
-PRIVATE_VLAN_ID_MIN=1
-PRIVATE_VLAN_ID_MAX=10
-# brigde prefix used for private networks
-BRIDGE_PREFIX=prv
diff --git a/conf/snf-network.conf b/conf/snf-network.conf
deleted file mode 100644 (file)
index ddf401f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-STATE_DIR=/var/lib/snf-network
-
-ENABLE_AUTO_CONF_HOOKS=false
-
-# GRNET:public network with ip-less routing and physical VLANs
-# private networks bridged on physical VLANs
-# 
-# GENERIC: one bridge for all (public, private - ebtables, masq)
-SETUP=GRNET
-
-ROUTING_TABLE=snf_public
diff --git a/log-env b/log-env
deleted file mode 100755 (executable)
index ec39a5e..0000000
--- a/log-env
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-source /etc/default/snf-network
-source $CONF
-
-echo "###########################################" >> $STATE_DIR/env
-
-date >> $STATE_DIR/env 
-
-env | sort  >> $STATE_DIR/env
-