summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhengda <zhengda@web>2010-02-27 17:26:59 +0000
committerGNU Hurd web pages engine <web-hurd@gnu.org>2010-02-27 17:26:59 +0000
commita3e20e0c3f2012ab580cf4118259da68668a5812 (patch)
tree002a733a6168fdb315f459c446c3e9b9d4ff562c
parentbb7eb421977f826b47bd5c0713fb450d1132d32c (diff)
-rw-r--r--user/zhengda.mdwn15
1 files changed, 5 insertions, 10 deletions
diff --git a/user/zhengda.mdwn b/user/zhengda.mdwn
index bcbd8b29..d8654842 100644
--- a/user/zhengda.mdwn
+++ b/user/zhengda.mdwn
@@ -2,7 +2,9 @@
Email: zhengda1936 at gmail dot com
-Project: Porting DDE to Hurd.
+---
+
+#Project: Porting DDE to Hurd.
The goal of the project is to port DDE developed by DROPS to the Hurd, which will still run in the user space.
@@ -12,11 +14,10 @@ The current status: the pcnet32 driver can work very well in DDE Linux26 now.
---
-Project: Network virtualization for subhurds etc. The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool).
+#Project: Network virtualization for subhurds etc.
-The [[howto]] shows the instructions of setting up the virtual network in hurd and subhurd.
+The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool). The [[howto]] shows the instructions of setting up the virtual network in hurd and subhurd.
----
## The design and the implementation
@@ -53,17 +54,11 @@ A filter translator is needed to enforce the policies between the interface and
* BPF is also ported to the filter translator. There are two filers in the translator, one for outgoing packets, the other for incoming packets.
* Only one pfinet can connect to the translator at a time.
-
----
-
## TODO
### Coding
- - make subhurds running without root privileges
- merge BPF rules from the filter translator and the multiplexer
----
-
## Completed tasks
### Coding