]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/README
add ipset regression tests
[pve-firewall.git] / test / README
index e8d04684f6e547256eda11928537c01c1ba513e5..ca976ac8609746d7635c065379cb6b180de73444 100644 (file)
@@ -30,16 +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 (vmbr port tapXYZ)
+* nfvm:              Non firewalled VM (alias for 'vmbr0/tapXYZ')
 
+* vmbr<\d+>/<bport>: Unmanaged bridge port
+
 ==Test examples==
 
  { from => 'outside', to => 'ct200', dport => 22, action => 'ACCEPT' }