]> git.proxmox.com Git - ovs.git/commit - lib/ofp-actions.c
ofp-actions: Check that 'alg=ftp' matches on TCP.
authorJarno Rajahalme <jarno@ovn.org>
Tue, 27 Sep 2016 21:45:34 +0000 (14:45 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Tue, 27 Sep 2016 21:45:34 +0000 (14:45 -0700)
commit8b6d097c84018b1b4f96150407d6d029905a631e
tree32fde0e252a2db474b66312994132337aabe55c2
parent9f02d70c11e14366f2136caaedcebd629551a131
ofp-actions: Check that 'alg=ftp' matches on TCP.

Datapath flow setup fails when setting the FTP helper on an
unsupported IP protocol.  It is better to fail at the OpenFlow rule
set-up time instead.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
lib/ofp-actions.c