Adding NDN testbed
diff --git a/ospfn/neu/ospfd.conf b/ospfn/neu/ospfd.conf
new file mode 100644
index 0000000..83fbfb2
--- /dev/null
+++ b/ospfn/neu/ospfd.conf
@@ -0,0 +1,29 @@
+
+hostname caida-ucsd
+password pwd
+enable password pwd
+!log file /var/log/quagga/ospfd-s1.log
+log file ospfd.log
+!
+!
+!
+interface neu-eth0
+interface neu-eth1
+interface neu-eth2
+!
+!
+!access-list ospfn permit 10.0.0.0/8
+!access-list ospfn deny any
+!
+router ospf
+ ospf router-id 0.0.0.3
+ redistribute connected
+ distribute-list ospfn out connected
+ network 1.0.0.36/30 area 0
+ network 1.0.0.40/30 area 0
+ network 1.0.0.44/30 area 0
+ capability opaque
+!
+line vty
+!
+!end of configuration file here
diff --git a/ospfn/neu/ospfn-start.sh b/ospfn/neu/ospfn-start.sh
new file mode 120000
index 0000000..c7171fd
--- /dev/null
+++ b/ospfn/neu/ospfn-start.sh
@@ -0,0 +1 @@
+../ospfn-start.sh
\ No newline at end of file
diff --git a/ospfn/neu/ospfn.conf b/ospfn/neu/ospfn.conf
new file mode 100644
index 0000000..47872c2
--- /dev/null
+++ b/ospfn/neu/ospfn.conf
@@ -0,0 +1,3 @@
+ccnname /ndn/neu.edu/northpole/ 1
+ccnname /ndn/opschat/ 2
+logdir .
diff --git a/ospfn/neu/routing.sh b/ospfn/neu/routing.sh
new file mode 120000
index 0000000..e04b310
--- /dev/null
+++ b/ospfn/neu/routing.sh
@@ -0,0 +1 @@
+../routing.sh
\ No newline at end of file
diff --git a/ospfn/neu/zebra.conf b/ospfn/neu/zebra.conf
new file mode 100644
index 0000000..4ac4253
--- /dev/null
+++ b/ospfn/neu/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 neu
+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