Skip to content

Commit

Permalink
Fix issue #122
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu-COSYNS-Student authored and jadinm committed Jan 18, 2023
1 parent 5fab96c commit 72cefde
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 72cefde

Please sign in to comment.