Skip to content

Commit

Permalink
Fix issue cnp3#122
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu-COSYNS-Student authored Dec 3, 2022
1 parent 5fab96c commit 3f01b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipmininet/router/config/templates/bgpd.mako
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ route-map ${rm.name} ${rm.entries[order].match_policy} ${order}
%endif
%endfor
%if rm.entries[order].call_action:
call ${rm.call_action}
call ${rm.entries[order].call_action}
%endif
%if rm.entries[order].exit_policy:
on-match ${rm.exit_policy}
on-match ${rm.entries[order].exit_policy}
%endif
!
%endfor
Expand Down

0 comments on commit 3f01b4c

Please sign in to comment.