diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-04 22:03:47 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-04 22:03:47 +0000 |
commit | 450fda6015f1799648ff7da87fdb2c46d42415f8 (patch) | |
tree | 1bb668d77159d2d607d96d08102fd247fb084f7c /config/Xaccess | |
parent | ca56bbdb0d398371332467534deaefdb77883bd7 (diff) |
XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901
Diffstat (limited to 'config/Xaccess')
-rw-r--r-- | config/Xaccess | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/config/Xaccess b/config/Xaccess index f0672ef..f1f8557 100644 --- a/config/Xaccess +++ b/config/Xaccess @@ -1,5 +1,5 @@ # $Xorg: Xaccess,v 1.3 2000/08/17 19:54:17 cpqbld Exp $ -# $XFree86: xc/programs/xdm/config/Xaccess,v 1.4 2003/07/09 15:27:40 tsi Exp $ +# $XFree86: xc/programs/xdm/config/Xaccess,v 1.5 2003/11/22 04:51:03 dawes Exp $ # # Access control file for XDMCP connections # @@ -86,5 +86,15 @@ # all unicast interfaces, but not for multicast packets. If any LISTEN lines # are specified, then only the listed interfaces will be listened on. # +# IANA has assigned FF0X:0:0:0:0:0:0:12B as the permanently assigned +# multicast addresses for XDMCP, where X in the prefix may be replaced +# by any valid scope identifier, such as 1 for Node-Local, 2 for Link-Local, +# 5 for Site-Local, and so on. The default is equivalent to the example shown +# here using the Link-Local version to most closely match the old IPv4 subnet +# broadcast behavior. +# +# LISTEN * ff02:0:0:0:0:0:0:12b -#LISTEN * ff02::1 +# This example shows listening for multicast on all scopes up to site-local +# +# LISTEN * ff01:0:0:0:0:0:0:12b ff02:0:0:0:0:0:0:12b ff03:0:0:0:0:0:0:12b ff04:0:0:0:0:0:0:12b ff05:0:0:0:0:0:0:12b |