Skip to content
Snippets Groups Projects
Commit b29f3151 authored by skorpy's avatar skorpy :construction_worker:
Browse files

fix receive limit

parent dea02215
No related branches found
No related tags found
No related merge requests found
Pipeline #22279 passed
......@@ -27,7 +27,7 @@ def all_peerings(proto):
rule.append('\timport {};'.format(peerproto['import_filter']))
if 'receive_limit' in peerproto:
rule.append('\treceive limit {} restart;'.format(peerproto['receive_limit']))
rule.append('\treceive limit {} action restart;'.format(peerproto['receive_limit']))
if 'self' in peerproto:
rule.append('\tsource address {};'.format(peerproto['self']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment