0.8.28
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 9 Mar 2006 19:59:28 +0000 (19:59 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 9 Mar 2006 19:59:28 +0000 (19:59 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1632 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/facilities/network_ip_interface.xml [new file with mode: 0644]

diff --git a/ltt/branches/poly/facilities/network_ip_interface.xml b/ltt/branches/poly/facilities/network_ip_interface.xml
new file mode 100644 (file)
index 0000000..dd07d13
--- /dev/null
@@ -0,0 +1,15 @@
+<facility name=network_ip_interface>
+    <description>Network IP interface status</description>
+    
+  <event name=dev_up>
+    <description>IP interface up</description>
+      <field name="name"> <description>Interface name</description><string/></field>
+      <field name="addr"> <description>IP address</description> <uint size=4 network/> </field>
+  </event>  
+  
+  <event name=dev_down>
+    <description>IP interface down</description>
+      <field name="name"> <description>Interface name</description><string/></field>
+  </event> 
+  
+</facility>
This page took 0.02527 seconds and 4 git commands to generate.