Revision 6a2dfeb4 ncclient/operations/util.py

b/ncclient/operations/util.py
37 37
        node['subtree']['tag'] = 'url'
38 38
        node['subtree']['text'] = loc
39 39
    else:
40
        #if loc == 'candidate':
41
        #    capcheck(':candidate')
42
        #elif loc == 'startup':
43
        #    capcheck(':startup')
44
        #elif loc == 'running' and wha == 'target':
45
        #    capcheck(':writable-running')
40 46
        node['subtree']['tag'] = loc
41 47
    return node
42 48

  

Also available in: Unified diff