ofproto: Prevent deleting flows from hidden tables.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Mar 2015 19:54:50 +0000 (12:54 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2015 15:33:46 +0000 (08:33 -0700)
commita3f0e77ee61c772836f497dfa16322b03942341f
tree36cf59500c28d73f824b5885cd738a106065fff8
parent95c6aa035e66f3c4c7f2cdf9323cfd99d30d5faa
ofproto: Prevent deleting flows from hidden tables.

Trying to delete a hidden flow should return an "EPERM" error, but the
code here allowed it instead.

Reported-by: Vijaya Mohan Guvva <vguvva@caviumnetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Tested-by: Vijaya Mohan Guvva <vguvva@caviumnetworks.com>
AUTHORS
ofproto/ofproto.c