Migrated from 1.3.2 to 1.4.0-rc1 and observed the following config changes pre- vs post-migration:
[protocols ospfv3]
...
[protocols static]
- interface-route6 ::/0 {
- next-hop-interface lo {
- }
- }
[protocols static table 10]
- interface-route6 ::/0 {
- next-hop-interface tun0 {
- }
- }
[protocols static table 20]
- interface-route6 ::/0 {
- next-hop-interface tun1 {
- }
- }
[service]
...I only have route tables for ipv6, so cannot comment on correctness of comparable ipv4 migration.