New functions for getting and setting network device flags.
authorBen Pfaff <blp@nicira.com>
Wed, 21 May 2008 21:11:59 +0000 (14:11 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 28 May 2008 17:46:54 +0000 (10:46 -0700)
commit23e054dcb699c58cc142cee1920972da02211341
tree430d19aa3dc47a99e61e5b5039cdcff8b838c64a
parent6b8436f66be3b5a9aca00e22602b446001fef371
New functions for getting and setting network device flags.

This allows us to open network devices without bringing them up
and setting them for promiscuous mode, which will be useful in the
secchan for in-band communication.
include/netdev.h
lib/netdev.c
switch/datapath.c