commit 067e4324788e73666f460c0e7a0fe66a2c7ba99b
Author: Roman Hoog Antink <rha@open.ch>
Date:   Tue Nov 1 09:39:07 2011 +1100

    Fix sockets for IPv6 RIP.

diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index 1266380..d7454d7 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -712,7 +712,6 @@ new_iface(struct proto *p, struct iface *new, unsigned long flags, struct iface_
       rif->sock->daddr = ipa_from_u32(0xe0000009);
 #else
       rif->sock->daddr = ipa_build(0xff020000, 0, 0, 9);
-      rif->sock->saddr = new->addr->ip; /* Does not really work on Linux */
 #endif
     } else {
       rif->sock->daddr = new->addr->brd;
