sandbox/drawings/cisco asa/test.wsd

12 lines
No EOL
581 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@startuml
start
:Берем значение поля destination из нераскрытого правила;
:Проходимся его значением по списку network objects;
if (Находится объект с таким именем?) then (да)
:Поля сервиса ставятся на место поля destination в раскрытом списке правил;
end
else (нет)
:В раскрытом списке правил ставится значение, которое было изначально;
end
endif
@enduml