netdev: Update comment.
authorBen Pfaff <blp@nicira.com>
Thu, 28 Feb 2013 19:20:19 +0000 (11:20 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 28 Feb 2013 19:20:19 +0000 (11:20 -0800)
The claim that there's only a single implementation was long obsolete.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/netdev.h

index a691d70..13105ee 100644 (file)
 extern "C" {
 #endif
 
-/* Generic interface to network devices.
+/* Generic interface to network devices ("netdev"s).
  *
- * Currently, there is a single implementation of this interface that supports
- * Linux.  The interface should be generic enough to be implementable on other
- * operating systems as well. */
+ * Every port on a switch must have a corresponding netdev that must minimally
+ * support a few operations, such as the ability to read the netdev's MTU.
+ * The PORTING file at the top of the source tree has more information in the
+ * "Writing a netdev Provider" section. */
 
 struct ofpbuf;
 struct in_addr;