Commit 19c6585f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tests - Tools - Firewall Agent:

- Fixed composition of OpenConfig Interfaces
parent cc5833f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ class Interfaces(Resource):
            if_state = copy.deepcopy(if_config)
            if_state.update({'admin-status': 'UP', 'oper-status': 'UP'})
            if_data = {'name': if_name, 'config': if_config, 'state': if_state}
            if_list.append(if_data)

            sif_index = 1
            sif_config = {'index': sif_index, 'enabled': True}