--- pppd/plugins/pppoatm/pppoatm.c.old	2006-05-21 22:44:41.000000000 +1000
+++ pppd/plugins/pppoatm/pppoatm.c	2009-07-02 10:01:27.000000000 +1000
@@ -173,6 +173,8 @@ static void send_config_pppoa(int mtu,
 			      int pcomp,
 			      int accomp)
 {
+	if (multilink)
+		return;
 	int sock;
 	struct ifreq ifr;
 	if (mtu > pppoatm_max_mtu)

