home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vxworks / 1186 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.os.vxworks
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!uwm.edu!spool.mu.edu!umn.edu!csus.edu!netcom.com!hjb
  3. From: hjb@netcom.com (H. J. Bae)
  4. Subject: Re: Forwarding of MAC broadcasts
  5. Message-ID: <1993Jan9.093818.3283@netcom.com>
  6. Organization: Peaceful Star, Inc.
  7. References: <9301071938.AA09078@kuwait.whizkids>
  8. Date: Sat, 9 Jan 1993 09:38:18 GMT
  9. Lines: 18
  10.  
  11. In article <9301071938.AA09078@kuwait.whizkids> billb%kuwait@sun.com (Bill Baumann) writes:
  12. >It appears to me that VxWorks is doing IP forwarding of broadcast messages.
  13. >This is a definate no no.
  14.  
  15. since nobody has answered this one so far -- as far as i know vxworks does
  16. not forward broadcast ip packets.  grab a copy of ip_input.c from 4.3
  17. bsd tahoe release, which is essentially used unchanged in vxworks 5.0 --
  18. and read it.  the ip_forward() is *not* called for the broadcast packets.
  19.  
  20. possible  source of error:  either interface is not configured correctly
  21. with proper broadcast address which matches the net/subnet mask, or a
  22. problem with the driver itself -- not likely.
  23.  
  24. i'd like to find out more about various configurations, details, etc.
  25.  
  26.  
  27.  
  28. hwajin
  29.