> According to Section 3.7 I assume that Update TLV could also be > BROADCAST to neighbours?
Yes. Updates are always multicast (broadcast in your simplified implementation.) (They could in principle be unicast in some particular cases, but the current implementation doesn't do that.) > Each node which receives an Update will store the announced metric in > neighbour.refmetric and the metric (refmetric + cost) that it will > announce to further nodes will be stored in neighbour.metric, right? Yes. -- Juliusz _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

