commit | 4c7d7173baa9fe064349f5fe2e0bdcb367475499 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Sat Aug 13 01:32:52 2016 +0200 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Oct 04 13:07:55 2016 +0100 |
tree | d1543cb7c7180e733f5e1561b69dcb23a427def7 | |
parent | 1187e25191b38a1876fafbfd733a70942ebcb062 [diff] [blame] |
isisd: fold up isis_circuit_is_type_set() see previous commit. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/isisd/isisd.c b/isisd/isisd.c index df99cd1..9844ae5 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c
@@ -1778,7 +1778,7 @@ if (area->is_type != IS_LEVEL_1_AND_2) { for (ALL_LIST_ELEMENTS_RO (area->circuit_list, node, circuit)) - isis_event_circuit_type_change (circuit, is_type); + isis_circuit_is_type_set (circuit, is_type); } spftree_area_init (area);