Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242158 - (new ebuild)a daemon for transparent IP (Layer 3) proxy ARP bridging
Summary: (new ebuild)a daemon for transparent IP (Layer 3) proxy ARP bridging
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: http://www.hazard.maks.net/parprouted/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 09:37 UTC by crucify
Modified: 2009-01-20 00:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
parprouted-0.7.ebuild (parprouted-0.7.ebuild,521 bytes, text/plain)
2008-10-15 09:38 UTC, crucify
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crucify 2008-10-15 09:37:53 UTC
http://www.hazard.maks.net/parprouted/

need for VirtualBox wireless bridge.
https://help.ubuntu.com/community/VirtualBox#Using%20DHCP%20in%20the%20Guest%20VM

(bcrelay is in pptpd)

suggest category is net-firewall/parprouted

Reproducible: Always
Comment 1 crucify 2008-10-15 09:38:48 UTC
Created attachment 168546 [details]
parprouted-0.7.ebuild

;)
Comment 2 pierre 2009-01-20 00:08:46 UTC
works well for me...

Comment 3 pierre 2009-01-20 00:23:49 UTC
I suggest, as it's has been said in bug report 246118, one can add compile flags and man files :
src_compile() {
	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die "emake failed"
}

src_install() {
    dosbin "parprouted" || die "install failed"
    doman "parprouted.8" || die "install failed"

}

and bug 246118 says it's a GPL-2 licence, ...