Revision 4f650d54 ncclient/operations/util.py

b/ncclient/operations/util.py
46 46
        type, criteria = tuple
47 47
        rep = {
48 48
            'tag': 'filter',
49
            'attributes': {'type': type},
49
            'attrib': {'type': type},
50 50
            'subtree': criteria
51 51
        }
52 52
    else:

Also available in: Unified diff