From e388f90574406a3f8033d6822ef196cf58e959a9 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 10 May 2010 22:35:25 +0000 Subject: [PATCH] dont remove root or sub authorities --- sfa/plc/sfa-import-plc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sfa/plc/sfa-import-plc.py b/sfa/plc/sfa-import-plc.py index 4732d205..0350bbb0 100755 --- a/sfa/plc/sfa-import-plc.py +++ b/sfa/plc/sfa-import-plc.py @@ -203,7 +203,9 @@ def main(): for (record_hrn, type) in existing_records.keys(): record = existing_records[(record_hrn, type)] # if this is the interface name dont do anything - if record_hrn == interface_hrn or record['peer_authority']: + if record_hrn == interface_hrn or \ + record_hrn == root_auth or \ + record['peer_authority']: continue # dont delete vini's internet2 placeholdder record # normally this would be deleted becuase it does not have a plc record -- 2.43.0