OSPF+VRRP problem

I have some problem with my routers:

              |
              |
            |R1|
  Link1    /     \  Link2
         /         \
      |R2|         |R3|
        \          /
   Link3 \       / Link4
          |Switch|
              |
              |
         |Clients|

Routers R1, R2, R3 runninng OSPF backbone area.
Routers R2 and R3 running VRRP.

My problem:
When Link3 or Link4 goes down there is no change in routing table of R1.
VRRP works fine.
When Link1 or Link2 goes down all is ok.
Seems to me R2 and R3 don’t send updates to R1.
Can anybody help me?

I’m curious on what you problem might be. This is something i’m about to setup on my entire network.

R2 and R3 are setup as transparent bridges?

Do you have your OSPF setup as the following for example:

Both routers:

/routing ospf network
add network=10.10.0.0/24 area=backbone
add network=10.10.1.0/24 area=backbone

Router A:

/routing ospf interface
add interface=ether1 cost=100

Router B:

/routing ospf interface
add interface=ether2 cost=100

Yes I have my OSPF setup as written but cost is 10 as I have 100 Mb links.

According to another posting i found here is what they said:

First of all you must use routing-test package!

each PPPoE server must be ABR (in separate Area)

Then go to the “/routing ospf area range” and specify summary network with option “advertise=yes” then this area will distribute only summary route and get rid of all specific routes that applies under that summary route

If you would like not to advertise some specific routes you should use option “advertise=no”