datapath: Return EFBIG instead of EXFULL when no room in flow table
authorJustin Pettit <jpettit@nicira.com>
Tue, 25 Aug 2009 20:17:26 +0000 (13:17 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 25 Aug 2009 20:17:26 +0000 (13:17 -0700)
The EXFULL errno is only defined in Linux.  While this datapath is
Linux-specific, the userspace that interacts with it is not.


No differences found