Catalli's threaded switch
[sliver-openvswitch.git] / PORTING
diff --git a/PORTING b/PORTING
index c9c5369..5f88c94 100644 (file)
--- a/PORTING
+++ b/PORTING
@@ -202,6 +202,13 @@ during a port:
       vSwitch datapath module for the Linux kernel.  They may serve as
       a model for minimal netdev implementations.
 
+Miscellaneous Notes
+-------------------
+
+lib/entropy.c assumes that it can obtain high-quality random number
+seeds at startup by reading from /dev/urandom.  You will need to
+modify it if this is not true on your platform.
+
 Questions
 ---------