diff options
-rw-r--r-- | community/da.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/da.mdwn b/community/da.mdwn index 001d3f58..0fef37e0 100644 --- a/community/da.mdwn +++ b/community/da.mdwn @@ -49,7 +49,6 @@ A filter translator is needed to enforce the policies between the interface and ## TODO ### Coding - - set the device into the promiscuous mode - give more options in the filter translator to provide the range of IP addresses - writing the /dev/eth0 translator - a proxy of the proc server @@ -63,10 +62,14 @@ A filter translator is needed to enforce the policies between the interface and ### Coding -pfinet server overriding by modifying glibc. The patch is [here](http://www.assembla.com/spaces/VNetHurd/documents/aJidqKp6ur3z-Nab7jnrAJ/download/A%20patch%20of%20glibc). +pfinet server overriding by modifying glibc. The patch of glibc is [here](http://www.assembla.com/spaces/VNetHurd/documents/aJidqKp6ur3z-Nab7jnrAJ/download/A%20patch%20of%20glibc). fix pfinet to use the proper filter rule. The patch of pfinet is [here](http://www.assembla.com/spaces/VNetHurd/documents/dqoQg0qUer3Asvab7jnrAJ/download/A%20patch%20of%20pfinet). +add an option to open the virtual network interface. The patch of boot is [here](http://www.assembla.com/spaces/VNetHurd/documents/cWkeEixHar3AdKab7jnrAJ/download/A%20patch%20of%20boot). + +set the network device into the promiscuous mode. The patch of gnumach is [here](http://www.assembla.com/spaces/VNetHurd/documents/b0eLzUxHmr3ymXab7jnrAJ/download/A%20patch%20of%20gnumach). + the multiplexer: - Create multiple virtual network interfaces. |