ip-conflict: Don't remove already removed timer
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-mptcp.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/net/netconfig/mptcp">
3         <interface name="net.netconfig.mptcp">
4                 <method name="MptcpSupported">
5                         <arg type="b" name="support" direction="out"/>
6                 </method>
7                 <method name="MptcpSetEnable">
8                         <arg type="i" name="enable" direction="in"/>
9                 </method>
10                 <method name="MptcpGetEnabled">
11                         <arg type="i" name="enable" direction="out"/>
12                 </method>
13                 <method name="MptcpSetPathManager">
14                         <arg type="s" name="pm" direction="in"/>
15                 </method>
16                 <method name="MptcpGetPathManager">
17                         <arg type="s" name="pm" direction="out"/>
18                 </method>
19                 <method name="MptcpSetScheduler">
20                         <arg type="s" name="scheduler" direction="in"/>
21                 </method>
22                 <method name="MptcpGetScheduler">
23                         <arg type="s" name="scheduler" direction="out"/>
24                 </method>
25         </interface>
26 </node>