Hi
I found there is a bug when we use VPLS + IntentInstaller with normal Intent compiler (not flow objective)
Basically, if you reinstall an Intent, and it do update the treatments only, you will get wrong flow rule (treatment is different).


I think the main problem is from IntentInstaller line 363, we compares flow rules between intents, but "equals" function in flow rule didn't compares traffic treatment.
I can do some hot-fix now or we can wait until we finish new IntentInstaller (redesign)
Any suggestions?
-Yi