Comment 2 for bug 1454625

Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

This is a regression: in the same situation MMS are being sent in RTM.

$ system-image-cli -i
current build number: 276
device name: krillin
channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
last update: 2015-05-13 16:13:32
version version: 276
version ubuntu: 20150508
version device: 20150505-db7b5bd
version custom: 20150507-685-29-216

$ ip route
default via 192.168.1.1 dev wlan0 proto static
10.138.255.43 dev ccmni0 proto static scope link
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.39 metric 9

The difference might be related to the changes in routing that the newer NM version in vivid incorporated.

Same situation in vivid shows this routing table:

$ ip route
default via 192.168.1.1 dev wlan0 proto static metric 1024
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.34

with

$ ifconfig
ccmni0 Link encap:Ethernet HWaddr 92:bc:7a:76:db:51
          inet addr:10.56.254.68 Mask:255.0.0.0
          UP RUNNING NOARP MTU:1500 Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:168 (168.0 B) TX bytes:0 (0.0 B)

lo ...

wlan0 Link encap:Ethernet HWaddr 38:bc:1a:18:b5:83
          inet addr:192.168.1.34 Bcast:192.168.1.255 Mask:255.255.255.0
          inet6 addr: fe80::3abc:1aff:fe18:b583/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:233 errors:0 dropped:0 overruns:0 frame:0
          TX packets:250 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:87882 (87.8 KB) TX bytes:27411 (27.4 KB)