diff options
Diffstat (limited to 'lib/libalias/libalias.3')
-rw-r--r-- | lib/libalias/libalias.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index 0344af5..3b69983 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -784,12 +784,12 @@ arrives at the host machine, it will be sent to the address indicated by a call to .Fn PacketAliasSetTarget . .Pp -If this function is not called, or is called with an +If this function is called with an .Dv INADDR_NONE address argument, then all new incoming packets go to the address set by .Fn PacketAliasSetAddress . .Pp -If this function is called with an +If this function is not called, or is called with an .Dv INADDR_ANY address argument, then all new incoming packets go to the address specified in the packet. |