Adding NDN testbed
diff --git a/ospfn/spp-atla/ospfd.conf b/ospfn/spp-atla/ospfd.conf
new file mode 100644
index 0000000..65ce600
--- /dev/null
+++ b/ospfn/spp-atla/ospfd.conf
@@ -0,0 +1,31 @@
+
+hostname spp-atla
+password pwd
+enable password pwd 
+!log file /var/log/quagga/ospfd-s1.log
+log file ospfd.log
+!
+!
+!
+interface spp-atla-eth0
+interface spp-atla-eth1
+interface spp-atla-eth2
+interface spp-atla-eth3
+!
+!
+!access-list ospfn permit 10.0.0.0/8
+!access-list ospfn deny any
+!
+router ospf
+ ospf router-id 0.0.0.7
+ redistribute connected
+ distribute-list ospfn out connected   
+ network 1.0.0.72/30 area 0
+ network 1.0.0.76/30 area 0
+ network 1.0.0.80/30 area 0
+ network 1.0.0.84/30 area 0
+ capability opaque
+!
+line vty
+!
+!end of configuration file here
diff --git a/ospfn/spp-atla/ospfn-start.sh b/ospfn/spp-atla/ospfn-start.sh
new file mode 120000
index 0000000..c7171fd
--- /dev/null
+++ b/ospfn/spp-atla/ospfn-start.sh
@@ -0,0 +1 @@
+../ospfn-start.sh
\ No newline at end of file
diff --git a/ospfn/spp-atla/ospfn.conf b/ospfn/spp-atla/ospfn.conf
new file mode 100644
index 0000000..869c4c1
--- /dev/null
+++ b/ospfn/spp-atla/ospfn.conf
@@ -0,0 +1,2 @@
+ccnname /ndn/sppatla1/ 1
+logdir .
diff --git a/ospfn/spp-atla/routing.sh b/ospfn/spp-atla/routing.sh
new file mode 120000
index 0000000..e04b310
--- /dev/null
+++ b/ospfn/spp-atla/routing.sh
@@ -0,0 +1 @@
+../routing.sh
\ No newline at end of file
diff --git a/ospfn/spp-atla/zebra.conf b/ospfn/spp-atla/zebra.conf
new file mode 100644
index 0000000..7f3c151
--- /dev/null
+++ b/ospfn/spp-atla/zebra.conf
@@ -0,0 +1,25 @@
+! -*- zebra -*-
+!
+! zebra sample configuration file
+!
+! $Id: zebra.conf.sample,v 1.1 2002/12/13 20:15:30 paul Exp $
+!
+hostname spp-atla
+password zebra
+enable password zebra
+!
+! Interface's description. 
+!
+!interface lo
+! description test of desc.
+!
+!interface sit0
+! multicast
+
+!
+! Static default route sample.
+!
+!ip route 0.0.0.0/0 203.181.89.241
+!
+
+log file zebra.log