]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/README
bump version to 4.0-1
[pve-firewall.git] / test / README
index 71801d4c66644fa1f444cd0dccde68a785da4d96..ca976ac8609746d7635c065379cb6b180de73444 100644 (file)
@@ -30,14 +30,19 @@ the following syntax:
 
 The following <zone> definition exist currently:
 
-* host:     The host itself
+* host:              The host itself
 
-* outside:  The outside world (vmbr0 port eth0)
+* outside:          The outside world (alias for 'vmbr0/eth0')
 
-* vm<ID>:   A qemu virtual machine
+* vm<ID>:           A qemu virtual machine
 
-* ct<ID>:   An openvz container
+* ct<ID>:           An openvz container
 
+* nfvm:              Non firewalled VM (alias for 'vmbr0/tapXYZ')
+
+* vmbr<\d+>/<bport>: Unmanaged bridge port
+
 ==Test examples==
 
  { from => 'outside', to => 'ct200', dport => 22, action => 'ACCEPT' }