cvs commit: src/sys/netinet ip_fw2.c

Oleg Bulyzhin oleg at FreeBSD.org
Tue Jan 24 05:38:06 PST 2006


oleg        2006-01-24 13:38:06 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_fw2.c 
  Log:
  Fix minor bug in uRPF:
    If net.link.ether.inet.useloopback=1 and we send broadcast packet using our
    own source ip address it may be rejected by uRPF rules.
  
    Same bug was fixed for IPv6 in rev. 1.115 by suz.
  
  PR:             kern/76971
  Approved by:    glebius (mentor)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.124     +8 -2      src/sys/netinet/ip_fw2.c


More information about the cvs-all mailing list