Skip to content

Commit

Permalink
Merge pull request #13 from michael-edobor/main
Browse files Browse the repository at this point in the history
Resolving Issue #10
  • Loading branch information
tbotnz authored Aug 9, 2022
2 parents 9815ca6 + da5e046 commit 128e946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions show_run.ttp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ interface {{ interface | _start_ }}
{{ input_mac_acl | set(None) }}
{{ output_mac_acl | set(None) }}
{{ input_policy | set(None) }}
{{ output_policy | set(None) }}
switchport mode {{ mode }}
switchport trunk allowed vlan {{ vlan | _start_ | unrange(rangechar='-', joinchar=',' ) | split(',') }}
switchport access vlan {{ vlan | _start_ }}
Expand All @@ -32,6 +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 output {{ output_policy }}
<group name="service_instance.{{id}}">
{{ pop | set(None) }}
{{ symmetric | set(False) }}
Expand Down

0 comments on commit 128e946

Please sign in to comment.