Fix resource leak
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-ethernet.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/net/netconfig/ethernet">
3         <interface name="net.netconfig.ethernet">
4                 <method name="EnableEap">
5                         <arg type="s" name="service" direction="in"/>
6                         <arg type="b" name="enable" direction="in"/>
7                 </method>
8                 <method name="SetEapConfig">
9                         <arg type="o" name="Service" direction="in"/>
10                         <arg type="a{ss}" name="Fields" direction="in"/>
11                 </method>
12
13         </interface>
14 </node>