diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at index c27d96177b6..a3d941a3202 100644 --- a/tests/ofproto-macros.at +++ b/tests/ofproto-macros.at @@ -171,9 +171,9 @@ strip_eth () { # 'recirc=' respectively. This should make output easier to # compare. strip_recirc() { - sed 's/recirc_id([[x0-9]]*)/recirc_id()/ - s/recirc_id=[[x0-9]]*/recirc_id=/ - s/recirc([[x0-9]]*)/recirc()/' + sed 's/recirc_id([[x0-9a-f]]*)/recirc_id()/ + s/recirc_id=[[x0-9a-f]]*/recirc_id=/ + s/recirc([[x0-9a-f]]*)/recirc()/' } # Strips dp_hash from output.