= Tracking information about baseline images for ORBIT nodes = == Tag: baseline-1.0.0 Image name: baseline-1.0.0.ndz == ||Package||Version||Comments|| ||node-agent||1.0.1||Added RTS, Rate control support || ||||||Added gateway functionality* (see comment below)|| ||ipw2200||1.0.0||Installed from source - no debian|| ||madwifi||0.9.6||Installed from source - no debian|| ||oml-client||2.0.0||No changes|| ||otg||1.1.1||No changes|| ||iperf||2.0.2-1||No changes|| == Other features == 1) Uses gcc 3.3 2) Tagged (Check /root/.orbit_image) 3) fscked before imaging 4) tune2fs done - so no more fsck will be done 5) Uses Linux 2.6.10 For all the packages that have comments listed, all these additions should be rolled out as the next debian package for that application === Explanation for gateway functionality === {{{ when 'gateway' return "route del default dev eth1; route add default gw #{value}; route add 224.10.10.6 dev eth1" }}} This is used by the OTF application (forwarder) Command 1) When using a forwarder (or static routing), the user may need to specify a default route to the next hop, to do this one has to disable the existing default route Command 2) Add default route to the next hop Command 3) With this setup, OML sends its multicast trafic on wrong default route. Hence, we have to add an entry in the table to handle multicast OML traffic