2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-21 14:49:41 +00:00

netdev: Update comment.

The claim that there's only a single implementation was long obsolete.

Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Ben Pfaff
2013-02-28 11:20:19 -08:00
parent c4c7a3d7a1
commit ef5b15acd4

View File

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