home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / base / root.16 / etc / pf.d / IP / .saps / .saps~
Text File  |  1998-08-19  |  1KB  |  35 lines

  1. #@(#).saps    1.3
  2. ########################  DO NOT DELETE THIS FILE  #############################
  3. # This file is essential for pushing packet filters into the kernel. 
  4. # It must exist for packet filtering to operate correctly.
  5. #
  6. # Comments in this file are lines that start with a pound sign (#).
  7. #
  8. # Each entry defines a SAP type for which the pushfilter will attempt to
  9. # load a compiled filter definition into the DLPI driver. A push will
  10. # succeed if the SAP type is currently bound to the network driver.
  11. # An entry may be commented out if a framing type or protocol (such as RARP)
  12. # is not in use. 
  13. #
  14. # The following SAP codes are for Ethernet II (RFC 894) framing:
  15. #
  16. ################################################################################
  17. #
  18. # IP datagram
  19. 0x800
  20. # ARP request/reply
  21. 0x806
  22. # RARP request/reply
  23. 0x8035
  24. #
  25. # The following SAP and SAP-protid codes are for IEEE 802.n SNAP framing:
  26. #
  27. # IP datagram
  28. 0xAA    0x800
  29. # ARP request/reply
  30. 0xAA    0x806
  31. # RARP request/reply
  32. 0xAA    0x8035
  33.