1. 21 9月, 2006 1 次提交
  2. 20 9月, 2006 1 次提交
  3. 18 9月, 2006 5 次提交
  4. 01 9月, 2006 1 次提交
    • W
      [IPV4]: Fix SNMPv2 "ipFragFails" counter error · 0668b472
      Wei Dong 提交于
        When I tested Linux kernel 2.6.17.7 about statistics
      "ipFragFails",found that this counter couldn't increase correctly. The
      criteria is RFC2011:
      RFC2011
        ipFragFails OBJECT-TYPE
          SYNTAX      Counter32
          MAX-ACCESS  read-only
          STATUS      current
          DESCRIPTION
                  "The number of IP datagrams that have been discarded because
                  they needed to be fragmented at this entity but could not
                  be, e.g., because their Don't Fragment flag was set."
          ::= { ip 18 }
      
      When I send big IP packet to a router with DF bit set to 1 which need to
      be fragmented, and router just sends an ICMP error message
      ICMP_FRAG_NEEDED but no increments for this counter(in the function
      ip_fragment).
      Signed-off-by: NWei Dong <weid@nanjing-fnst.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0668b472
  5. 30 8月, 2006 1 次提交
  6. 23 8月, 2006 2 次提交
  7. 18 8月, 2006 5 次提交
  8. 14 8月, 2006 5 次提交
  9. 08 8月, 2006 2 次提交
  10. 05 8月, 2006 1 次提交
  11. 03 8月, 2006 9 次提交
  12. 26 7月, 2006 2 次提交
  13. 25 7月, 2006 4 次提交
  14. 22 7月, 2006 1 次提交