default masquerade rule keeps changing interface

Hi,

I have 2011UAS-2HnD and I’ve recently upgraded to ROS 6.2.

Since the upgrade I started having problem with pppoe interface and default masquerade rule configured on it:

/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1-gateway name=pppoe-o2 password=ADSL profile=default-encryption service-name=DATA use-peer-dns=yes user=ADSL



/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" out-interface=pppoe-o2

The problem is that all of sudden (about once a day) the masquerade rule from unknown reason changes the out-interface to ether1-gateway.

I am not using any scripts.

Any clues what makes the nat rule changing the interface?

thx,
Antony.

Just guessing, but maybe a parsing bug. Rename pppoe-o2 to be pppoeOut2 and see how that goes.