Initialize Tizen 2.3
[framework/connectivity/net-config.git] / wearable / interfaces / netconfig-iface-network-state.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/net/netconfig/network">
3         <interface name="net.netconfig.network">
4                 <method name="AddRoute">
5                         <arg type="s" name="ip_addr" direction="in"/>
6                         <arg type="s" name="netmask" direction="in"/>
7                         <arg type="s" name="interface" direction="in"/>
8                         <arg type="b" name="result" direction="out"/>
9                 </method>
10                 <method name="RemoveRoute">
11                         <arg type="s" name="ip_addr" direction="in"/>
12                         <arg type="s" name="netmask" direction="in"/>
13                         <arg type="s" name="interface" direction="in"/>
14                         <arg type="b" name="result" direction="out"/>
15                 </method>
16         </interface>
17 </node>