
# get rid of mistakes/differences in V2 output
# - change west's IP addresses to east's
# - ditch rp_filter setting
# - neutralize FreeS/WAN version string
# - ditch new --opts "" --stderrlog "" from _plutorun

sed \
	-e 's/--host "192.1.2.23"/--host "192.1.2.45"/' \
	-e 's/ --rpfilter "0"//' \
	-e '/ipsec_setup: 	 echo .Starting FreeS.WAN IPsec/s/IPsec.*//' \
	-e '/^ipsec_setup:/s/ --opts "" --stderrlog ""//' \
	"$@"
