diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at index 3795ca7149c..92fcf95d902 100644 --- a/tests/ofproto-macros.at +++ b/tests/ofproto-macros.at @@ -165,9 +165,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.