ofp-util: Also accept NXAST_DROP_SPOOFED_ARP.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Sep 2010 19:47:10 +0000 (12:47 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 15 Sep 2010 20:26:15 +0000 (13:26 -0700)
Reported-by: Bryan Fulton <bryan@nicira.com>
Reported-by: Michael Mao <mmao@nicira.com>
Bug #3655.

AUTHORS
lib/ofp-util.c

diff --git a/AUTHORS b/AUTHORS
index bf0e342..9e1dfa0 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,6 +33,7 @@ The following additional people are mentioned in commit logs as having
 provided helpful bug reports or suggestions.
 
 Brandon Heller          brandonh@stanford.edu
+Bryan Fulton            bryan@nicira.com
 Cedric Hobbs            cedric@nicira.com
 Ghanem Bahri            bahri.ghanem@gmail.com
 Henrik Amren            henrik@nicira.com
index 89f3689..5171900 100644 (file)
@@ -564,6 +564,7 @@ check_nicira_action(const union ofp_action *a, unsigned int len)
     switch (ntohs(nah->subtype)) {
     case NXAST_RESUBMIT:
     case NXAST_SET_TUNNEL:
+    case NXAST_DROP_SPOOFED_ARP:
         return check_action_exact_len(a, len, 16);
     default:
         return ofp_mkerr(OFPET_BAD_ACTION, OFPBAC_BAD_VENDOR_TYPE);