proper type for internal port of planetlab dpif
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 24 Jan 2013 13:52:38 +0000 (14:52 +0100)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Thu, 24 Jan 2013 13:52:38 +0000 (14:52 +0100)
commit0f5293d8a5cadcc2111e38fd79f3d39f5c83cebc
tree0d45d87178772b8fb9d463db505d4fb1d2436f9c
parentea7655d9f9d38a3af7250de8ba0b89115b5f4a5e
proper type for internal port of planetlab dpif

do_add_port() directly calls dpif_netdev_port_open_type(), so
we cannot rely on virtual method dispatch to have our
dpif_planetlab_port_open_type() called.
lib/dpif-netdev.c