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
Policy terms with an icmp type and code are not correctly rendered when using the Cisco generator and the object-group argument. The rendered lines are missing the icmp-type and code.
! $Id:$
! $Date:$
! $Revision:$
no ip access-list extended ICMP_EXAMPLE
ip access-list extended ICMP_EXAMPLE
remark $Id:$
remark PERMIT_ICMP_ECHO_REPLY
permit icmp any any
exit
Note the missing icmp-type following permit icmp any any. The expected output is:
! $Id:$
! $Date:$
! $Revision:$
no ip access-list extended ICMP_EXAMPLE
ip access-list extended ICMP_EXAMPLE
remark $Id:$
remark PERMIT_ICMP_ECHO_REPLY
permit icmp any any 0
exit
The text was updated successfully, but these errors were encountered:
Policy terms with an icmp type and code are not correctly rendered when using the
Cisco
generator and theobject-group
argument. The rendered lines are missing the icmp-type and code.For example, using the following policy:
aclgen
renders the following:Note the missing icmp-type following
permit icmp any any
. The expected output is:The text was updated successfully, but these errors were encountered: