Skip to content

Commit

Permalink
tbotnz#10 Add support for 'output' service policies - Correct
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-edobor committed Aug 9, 2022
1 parent 6184d3f commit c8b6fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show_run.ttp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface {{ interface | _start_ }}
mac access-group {{ input_mac_acl }} in
mac access-group {{ output_mac_acl }} out
service-policy input {{ input_policy }}
service-policy ouput {{ input_policy }}
service-policy ouput {{ output_policy }}
<group name="service_instance.{{id}}">
{{ pop | set(None) }}
{{ symmetric | set(False) }}
Expand Down

0 comments on commit c8b6fa7

Please sign in to comment.