Uploaded image for project: 'hc2vpp'
  1. hc2vpp
  2. HC2VPP-129

vpp-ACL: icmpv6 classifier uses wrong ip version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 17.04, 17.07
    • 17.04, 17.07
    • None
    • None
    • VPP: 17.07-rc0~108-g6cf260c~b2209,
      Honeycomb: 1.17.07-2682

      When I configure the ACL-plugin with the provided Postman request, VAT dump shows:

      vat#acl_dump
      ipv4 action 1 src 0.0.0.0/0 dst 0.0.0.0/0 proto 58 sport 125-130 dport 0-0 tcpflags 0 mask 0

      and the classifier does not match icmpv6 packets, as they are all ipv6.

      Equivalent configuration in VAT:

      vat#acl_add_replace ipv6 action 1 sport 125-130 dport 0 proto 58

      does produce the expected result:

      vat#acl_dump
      ipv6 action 1 src 0.0.0.0/0 dst 0.0.0.0/0 proto 58 sport 125-130 dport 0-0 tcpflags 0 mask 0

            jsrnicek_cisco Jan Srnicek
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: