diff options
-rw-r--r-- | src/commit2.c | 2 | ||||
-rw-r--r-- | templates/priority | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/commit2.c b/src/commit2.c index dffdb02..b56fceb 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -184,7 +184,7 @@ main(int argc, char** argv) //on each priority node now execute actions if ((success = process_priority_node(trans_child_node)) == TRUE) { //this below copies the node directory from the local to active location - success = complete(trans_child_node, test_mode); + complete(trans_child_node, test_mode); } if (success == FALSE) { diff --git a/templates/priority b/templates/priority index d288209..4e9d982 100644 --- a/templates/priority +++ b/templates/priority @@ -11,12 +11,9 @@ 400 system 450 protocols/static 470 policy -500 protocols/bgp/node.tag/parameters/router-id -505 protocols/bgp/node.tag/redistribute 510 protocols/bgp/node.tag/neighbor/node.tag 520 protocols/bgp/node.tag/parameters 530 protocols/bgp -540 protocols/bgp/node.tag/parameters/disable-network-import-check 600 protocols/ospf/parameters 610 protocols/ospf 620 protocols/rip |