Config.in 625 B

1234567891011121314151617
  1. config BR2_PACKAGE_PARPROUTED
  2. bool "parprouted"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. parprouted is a daemon for transparent IP (Layer 3) proxy ARP
  7. bridging. This is useful for creation of transparent firewalls
  8. and bridging networks with different MAC protocols. Also,
  9. unlike standard bridging, proxy ARP bridging allows to bridge
  10. Ethernet networks behind wireless nodes without using WDS or
  11. layer 2 bridging.
  12. https://www.hazard.maks.net/parprouted
  13. comment "parprouted needs a toolchain w/ threads"
  14. depends on BR2_USE_MMU
  15. depends on !BR2_TOOLCHAIN_HAS_THREADS