Adding NDN testbed
diff --git a/ospfn/remap/ospfd.conf b/ospfn/remap/ospfd.conf
new file mode 100644
index 0000000..bd2fe87
--- /dev/null
+++ b/ospfn/remap/ospfd.conf
@@ -0,0 +1,29 @@
+
+hostname remap
+password pwd
+enable password pwd 
+!log file /var/log/quagga/ospfd-s1.log
+log file ospfd.log
+!
+!
+!
+interface remap-eth0
+interface remap-eth1
+interface remap-eth2
+!
+!
+!access-list ospfn permit 10.0.0.0/8
+!access-list ospfn deny any
+!
+router ospf
+ ospf router-id 0.0.0.6
+ redistribute connected
+ distribute-list ospfn out connected   
+ network 1.0.0.48/30 area 0
+ network 1.0.0.68/30 area 0
+ network 1.0.0.64/30 area 0
+ capability opaque
+!
+line vty
+!
+!end of configuration file here
diff --git a/ospfn/remap/ospfn-start.sh b/ospfn/remap/ospfn-start.sh
new file mode 120000
index 0000000..c7171fd
--- /dev/null
+++ b/ospfn/remap/ospfn-start.sh
@@ -0,0 +1 @@
+../ospfn-start.sh
\ No newline at end of file
diff --git a/ospfn/remap/ospfn.conf b/ospfn/remap/ospfn.conf
new file mode 100644
index 0000000..f124faa
--- /dev/null
+++ b/ospfn/remap/ospfn.conf
@@ -0,0 +1,4 @@
+ccnname /ucla.edu/apps 1
+ccnname /ndn/remap.ucla.edu 2
+ccnname /ndn/ucla.edu/apps 3
+logdir .
diff --git a/ospfn/remap/routing.sh b/ospfn/remap/routing.sh
new file mode 120000
index 0000000..e04b310
--- /dev/null
+++ b/ospfn/remap/routing.sh
@@ -0,0 +1 @@
+../routing.sh
\ No newline at end of file
diff --git a/ospfn/remap/zebra.conf b/ospfn/remap/zebra.conf
new file mode 100644
index 0000000..6eed246
--- /dev/null
+++ b/ospfn/remap/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 remap
+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