commit | 5958b8f790f0049f980b74b3e2916979850e5d09 | [log] [tgz] |
---|---|---|
author | Christian Franke <chris@opensourcerouting.org> | Sat Oct 01 04:06:03 2016 +0200 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:56 2017 +0000 |
tree | 1829d6b27b3b4b650fe90b6b2baa4b803925c848 | |
parent | dafa05e65fe4b3b3ed5525443f554215ba14f42c [diff] |
ospfd: Update route in zebra when tag changes Signed-off-by: Christian Franke <chris@opensourcerouting.org>
diff --git a/ospfd/ospf_ase.c b/ospfd/ospf_ase.c index 74c1711..fe40b10 100644 --- a/ospfd/ospf_ase.c +++ b/ospfd/ospf_ase.c
@@ -598,6 +598,10 @@ if (op->ifindex != newop->ifindex) return 0; } + + if (or->u.ext.tag != newor->u.ext.tag) + return 0; + return 1; }