1. 08 1月, 2009 1 次提交
  2. 07 1月, 2009 1 次提交
  3. 25 11月, 2008 1 次提交
  4. 31 10月, 2008 1 次提交
  5. 05 10月, 2008 1 次提交
  6. 30 9月, 2008 1 次提交
    • C
      SUNRPC: Set V6ONLY socket option for RPC listener sockets · b6632339
      Chuck Lever 提交于
      My plan is to use an AF_INET listener on systems that support only IPv4,
      and an AF_INET6 listener on systems that can support IPv6. Incoming
      IPv4 packets will be posted to an AF_INET6 listener with a mapped IPv4
      address.
      
      Max Matveev <makc@sgi.com> says:
        Creating a single listener can be dangerous - if net.ipv6.bindv6only
        is enabled then it's possible to create another listener in v4
        namespace on the same port and steal the traffic from the "unifed"
        listener. You need to disable V6ONLY explicitly via a sockopt to stop
        that.
      
      Set appropriate socket option on RPC server listener sockets to prevent
      this.
      Signed-off-by: NChuck Lever <chuck.lever@oracle.com>
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      b6632339
  7. 24 4月, 2008 3 次提交
  8. 22 2月, 2008 1 次提交
  9. 02 2月, 2008 30 次提交