Browse Source

lcr: fixed README for from_gw() arguments.

Iñaki Baz Castillo 14 years ago
parent
commit
5a99a114e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/lcr/README

+ 1 - 1
modules/lcr/README

@@ -865,7 +865,7 @@ defunct_gw(60);
 
 
    lcr_id can be an integer constant or a pseudo variable holding an
    lcr_id can be an integer constant or a pseudo variable holding an
    integer value. ip_addr can be a string or a pseudo variable holding a
    integer value. ip_addr can be a string or a pseudo variable holding a
-   string value. proto can be an integer constant (0 = 1 = UDP, 2 = TCP, 3
+   string value. proto can be an integer constant (0 = ANY, 1 = UDP, 2 = TCP, 3
    = TLS, 4 = SCTP) or a pseudo variable holding such an integer value.
    = TLS, 4 = SCTP) or a pseudo variable holding such an integer value.
 
 
    If request comes from a gateway, gateway's tag and flags are stored as
    If request comes from a gateway, gateway's tag and flags are stored as