Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich committed Dec 16, 2023
1 parent c7785c7 commit a0ae876
Showing 1 changed file with 19 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,32 @@
<discovery-methods>
<discovery-method>
<service-type>ip</service-type>
<match-properties>
<match-property>
<discovery-parameters>
<discovery-parameter>
<name>type</name>
<regex>ip_multicast</regex>
</match-property>
<match-property>
<value>ip_multicast</value>
</discovery-parameter>
<discovery-parameter>
<name>dest_ip</name>
<regex>224.0.23.12</regex>
</match-property>
<match-property>
<value>224.0.23.12</value>
</discovery-parameter>
<discovery-parameter>
<name>dest_port</name>
<regex>3671</regex>
</match-property>
<match-property>
<value>3671</value>
</discovery-parameter>
<discovery-parameter>
<name>request</name>
<regex>0x06 0x10 0x02 0x01 0x00 0x0e 0x08 0x01 $src_ip $src_port</regex>
</match-property>
<match-property>
<value>0x06 0x10 0x02 0x01 0x00 0x0e 0x08 0x01 $src_ip $src_port</value>
</discovery-parameter>
<discovery-parameter>
<name>timeout_ms</name>
<regex>5000</regex>
</match-property>
<value>5000</value>
</discovery-parameter>
</discovery-parameters>
<match-properties>
<match-property>
<name>response</name>
<regex>any</regex>
<regex>.*</regex>
</match-property>
</match-properties>
</discovery-method>
Expand Down

0 comments on commit a0ae876

Please sign in to comment.