X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=PORTING;h=3b3e150523db3b5fe200d01f23019b0a58a5f0fd;hb=4e312e694f1e9e34ed0aad7d5778b73d7add270d;hp=c9c53693826dd37c0717b022c22cc69f744c082c;hpb=15c93f417f8dd87f1655448b7c4c59e3fb8b5aba;p=openvswitch diff --git a/PORTING b/PORTING index c9c53693..3b3e1505 100644 --- 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/uuid.c, used in OVSDB, assumes that it can obtain a high-quality +random number seed at startup by reading from /dev/urandom. You may +need to modify it if this is not true on your platform. + Questions ---------