Reformatting.

This commit is contained in:
Achim D. Brucker 2016-12-28 20:42:55 +00:00
parent ef12bd7397
commit 90fd8493c7
1 changed files with 8 additions and 6 deletions

View File

@ -38,11 +38,13 @@
chapter {* UPF Firewall *}
theory
"UPF-Firewall"
imports
"PacketFilter/PacketFilter"
"NAT/NAT"
"FWNormalisation/FWNormalisation"
"StatefulFW/StatefulFW"
imports
"PacketFilter/PacketFilter"
"NAT/NAT"
"FWNormalisation/FWNormalisation"
"StatefulFW/StatefulFW"
begin
text{* This is the main entry point for specifications of firewall policies. *}
text{*
This is the main entry point for specifications of firewall policies.
*}
end