Skip to content

Commit

Permalink
Merge pull request #226 from splunk/fix/vendor_product_by_source
Browse files Browse the repository at this point in the history
Nonroutable addresses for vendor_product_by_source.conf
  • Loading branch information
Ryan Faircloth authored and GitHub committed Dec 11, 2019
2 parents 2db769c + 2289cb9 commit dbb5eb1
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions package/etc/context_templates/vendor_product_by_source.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,49 @@

filter f_test_test {
host("testvp-*" type(glob)) or
netmask(192.168.100.1/24)
netmask(169.254.1.0/24)
};
filter f_juniper_idp {
host("jnpidp-*" type(glob)) or
netmask(192.168.3.0/24)
netmask(169.254.2.0/24)
};
filter f_juniper_netscreen {
host("jnpns-*" type(glob)) or
netmask(192.168.4.0/24)
netmask(169.254.3.0/24)
};
filter f_juniper_nsm {
host("jnpnsm-*" type(glob)) or
netmask(192.168.1.0/24)
netmask(169.254.4.0/24)
};
filter f_juniper_nsm_idp {
host("jnpnsmidp-*" type(glob)) or
netmask(192.168.2.0/24)
netmask(169.254.5.0/24)
};
filter f_cisco_meraki {
host("testcm-*" type(glob)) or
netmask(192.168.4.0/24)
netmask(169.254.6.0/24)
};
filter f_cisco_nx_os {
host("csconx-*" type(glob)) or
netmask(192.168.5.0/24)
netmask(169.254.7.0/24)
};
filter f_proofpoint_pps_filter {
host("pps-*" type(glob)) or
netmask(192.168.7.0/24)
netmask(169.254.8.0/24)
};
filter f_proofpoint_pps_sendmail {
host("pps-*" type(glob)) or
netmask(192.168.6.0/24)
netmask(169.254.9.0/24)
};
filter f_ubiquiti_unifi_fw {
host("usg-*" type(glob)) or
netmask(192.168.6.0/24)
host("usg-*" type(glob)) or
netmask(169.254.10.0/24)
};
filter f_tzfixhst {
host("tzfhst-*" type(glob)) or
netmask(192.168.6.0/24)
host("tzfhst-*" type(glob)) or
netmask(169.254.11.0/24)
};

filter f_tzfixny {
host("tzfny-*" type(glob)) or
netmask(192.168.6.0/24)
};
host("tzfny-*" type(glob)) or
netmask(169.254.12.0/24)
};

0 comments on commit dbb5eb1

Please sign in to comment.