|
@@ -10,7 +10,7 @@ agentAddress udp6:[::1]:161
|
|
|
|
|
|
# Listen for connections on Loopback-IPs
|
|
|
{%- for ipv4 in grains['ipv4'] %}
|
|
|
- {%- if ipv4.startswith ('131.234.255.') %}
|
|
|
+ {%- if ipv4.startswith ('10.132.255.') %}
|
|
|
agentAddress udp:{{ ipv4 }}:161
|
|
|
{%- endif %}
|
|
|
{%- endfor %}
|