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)
commit4f0b85d66b3ad39477796edd29a1e763dbe43313
treedee0876196f0d8123d7f690911ee37a3054f5f9c
parentf91f0811394774826631aa22e5b50b27acbb5c46
datapath: Return EFBIG instead of EXFULL when no room in flow table

The EXFULL errno is only defined in Linux.  While this datapath is
Linux-specific, the userspace that interacts with it is not.
datapath/datapath.c