Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 242158

Summary: (new ebuild)a daemon for transparent IP (Layer 3) proxy ARP bridging
Product: Gentoo Linux Reporter: crucify <shj>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.hazard.maks.net/parprouted/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: parprouted-0.7.ebuild

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, ...