Just leting people know, if you have any TRAFFIC POLICYs enforced, when you move over to 1.8.5 those interfaces won't come up and will fail to work...
In the meantime I have downgraded to 1.8.0 till I can troubleshoot it when the people won't be affected.
These lines didn't come over after the move to 1.8.5:
vif 77 {
address 192.168.1.1/24
description TENANTS
firewall {
in {
name DMZ_IN
}
}
mtu 1500
traffic-policy {
in TENANTS-UP
out TENANTS-DOWN
}
}
And This as well:
traffic-policy {
limiter TENANTS-UP {
class 1 {
bandwidth 5mbit
burst 5mbit
match ADDR {
ip {
source {
address 192.168.1.0/24
}
}
}
priority 20
}
default {
bandwidth 1000mbit
burst 15k
}
}
shaper TENANTS-DOWN {
bandwidth 1000mbit
class 2 {
bandwidth 50mbit
burst 20mbit
ceiling 60mbit
match ADDR {
ip {
destination {
address 192.168.1.0/24
}
}
}
queue-type fair-queue
}
default {
bandwidth 100%
burst 1k
ceiling 100%
queue-type fair-queue
}
}
}
I assume its not supported now, but, if anyone is doing shaping on an interface and it's a remote router people might want to know the configuration won't come up on boot!