How can i write "ACL Description"?
Is there a way to add a description when creating an ACL with 1 line? // Normal ACL Create entry permit_1 { if match all { # 1F-A side Network source-address 10.10.10.0/24 ; destination-address 10.10.20.0/24 ; protocol icmp ; } then...