Adding NDN testbed
diff --git a/ospfn/ucla/ospfd.conf b/ospfn/ucla/ospfd.conf
new file mode 100644
index 0000000..3b7752b
--- /dev/null
+++ b/ospfn/ucla/ospfd.conf
@@ -0,0 +1,39 @@
+
+hostname ucla
+password pwd
+enable password pwd
+!log file /var/log/quagga/ospfd-s1.log
+log file ospfd.log
+!
+!
+!
+interface ucla-eth0
+interface ucla-eth1
+interface ucla-eth2
+interface ucla-eth3
+interface ucla-eth4
+interface ucla-eth5
+interface ucla-eth6
+interface ucla-eth7
+!
+!
+!access-list ospfn permit 10.0.0.0/8
+!access-list ospfn deny any
+!
+router ospf
+ ospf router-id 0.0.0.14
+ redistribute connected
+ distribute-list ospfn out connected
+ network 1.0.0.60/30 area 0
+ network 1.0.0.52/30 area 0
+ network 1.0.0.68/30 area 0
+ network 1.0.0.8/30 area 0
+ network 1.0.0.128/30 area 0
+ network 1.0.0.120/30 area 0
+ network 1.0.0.24/30 area 0
+ network 1.0.0.116/30 area 0
+ capability opaque
+!
+line vty
+!
+!end of configuration file here
diff --git a/ospfn/ucla/ospfn-start.sh b/ospfn/ucla/ospfn-start.sh
new file mode 120000
index 0000000..c7171fd
--- /dev/null
+++ b/ospfn/ucla/ospfn-start.sh
@@ -0,0 +1 @@
+../ospfn-start.sh
\ No newline at end of file
diff --git a/ospfn/ucla/ospfn.conf b/ospfn/ucla/ospfn.conf
new file mode 100644
index 0000000..a1fdfbb
--- /dev/null
+++ b/ospfn/ucla/ospfn.conf
@@ -0,0 +1,2 @@
+ccnname /ndn/ucla.edu 1
+logdir .
diff --git a/ospfn/ucla/routing.sh b/ospfn/ucla/routing.sh
new file mode 120000
index 0000000..e04b310
--- /dev/null
+++ b/ospfn/ucla/routing.sh
@@ -0,0 +1 @@
+../routing.sh
\ No newline at end of file
diff --git a/ospfn/ucla/zebra.conf b/ospfn/ucla/zebra.conf
new file mode 100644
index 0000000..af6fc92
--- /dev/null
+++ b/ospfn/ucla/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 ucla
+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