You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is due to the fact that mac_address matched after ipv4 group matched, and by the time we process mac_address match group functions results does not have name attribute in them. Removing contains="name" produces expected result:
Introduced fix in latest commit, fix logic is weak but simplest to fix this issue, better approach required to collect parsing results in general but will require significant code refactoring.
…lts processing logic to try and reconstruct full group results for marco functions processing, this still has flaw that would not work for the case when tail match results are part of group path. bump to 0.9.4
When having this template and data:
Parsing gives these results:
this is due to the fact that
mac_address
matched after ipv4 group matched, and by the time we processmac_address
match group functions results does not havename
attribute in them. Removingcontains="name"
produces expected result:The text was updated successfully, but these errors were encountered: