From cd64f20034b61055cc2f3473a20de2ad13bf2e6a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 1 Feb 2016 23:55:41 -0500 Subject: [PATCH] added missing version_added --- system/iptables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/iptables.py b/system/iptables.py index 9e94a17a47b..0e8260d226f 100644 --- a/system/iptables.py +++ b/system/iptables.py @@ -212,6 +212,7 @@ options: - "Specifies the maximum average number of matches to allow per second. The number can specify units explicitly, using `/second', `/minute', `/hour' or `/day', or parts of them (so `5/second' is the same as `5/s')." required: false limit_burst: + version_added: "2.1" description: - "Specifies the maximum burst before the above limit kicks in." required: false