diff --git a/docs/manual.en.md b/docs/manual.en.md index 5e49f29..ea15acd 100644 --- a/docs/manual.en.md +++ b/docs/manual.en.md @@ -800,7 +800,7 @@ When there are many complex and repetitive strategies or groups of the same para A template is also a profile but it doesn't go to the working profile list but to a separate list of templates. The profile becomes a template by setting the `--template = ` parameter. It can then be imported (`--import = `) into another profile or template. -Simple parameters - number, string or bool - are imported only if they were specified in the imported template. When you import a template into a template in the destination template, they are also considered specified. +Simple parameters - number, string, bool, `--filter-l3` - are imported only if they were specified in the imported template. When you import a template into a template in the destination template, they are also considered specified. List parameters are added to the end of the corresponding list. Such parameters are anything that can take a list of values. For example, hostlists or `--filter-tcp`. The template number and name are not copied. diff --git a/docs/manual.md b/docs/manual.md index d592ae7..b47df04 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -865,7 +865,7 @@ icmp автоматически подразумевает и icmpv6 - они о Шаблон - это такой же профиль, только он не идет в работу, а попадает в отдельный список шаблонов. Шаблоном профиль становится через задание параметра `--template=`. Далее он может быть импортирован (`--import=`) в другой профиль или другой шаблон. -Простые параметры - число, строка или bool - импортируются только, если они были заданы в импортируемом шаблоне. При иморте шаблона в шаблон в шаблоне назначения они так же считаются заданными. +Простые параметры - число, строка, bool, `--filter-l3` - импортируются только, если они были заданы в импортируемом шаблоне. При иморте шаблона в шаблон в шаблоне назначения они так же считаются заданными. Списочные параметры добавляются в конец списка. Такими параметрами является все, что может принимать список значений. Например, хостлисты или `--filter-tcp`. Номер и имя шаблона не копируются. Директив `--import` может быть сколько угодно в любом месте. Предыдущие простые заданные параметры затираются новыми импортированными или заданными в текущем профиле.