Skip to content

Commit

Permalink
Feature/cleanup logpaths 2 (#160)
Browse files Browse the repository at this point in the history
Sort config
  • Loading branch information
Ryan Faircloth authored and GitHub committed Oct 16, 2019
1 parent 65d3c9a commit 07fe274
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package/etc/context_templates/vendor_product_by_source.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ filter f_test_test {
host("testvp-*" type(glob)) or
netmask(192.168.100.1/24)
};
filter f_juniper_idp {
host("jnpidp-*" type(glob)) or
netmask(192.168.3.0/24)
};
filter f_juniper_netscreen {
host("jnpns-*" type(glob)) or
netmask(192.168.4.0/24)
};
filter f_juniper_nsm {
host("jnpnsm-*" type(glob)) or
netmask(192.168.1.0/24)
Expand All @@ -12,27 +20,19 @@ filter f_juniper_nsm_idp {
host("jnpnsmidp-*" type(glob)) or
netmask(192.168.2.0/24)
};
filter f_juniper_idp {
host("jnpidp-*" type(glob)) or
netmask(192.168.3.0/24)
};
filter f_cisco_meraki {
host("testcm-*" type(glob)) or
netmask(192.168.4.0/24)
};
filter f_juniper_netscreen {
host("jnpns-*" type(glob)) or
netmask(192.168.4.0/24)
};
filter f_cisco_nx_os {
host("csconx-*" type(glob)) or
netmask(192.168.5.0/24)
};
filter f_proofpoint_pps_sendmail {
host("pps-*" type(glob)) or
netmask(192.168.6.0/24)
};
filter f_proofpoint_pps_filter {
host("pps-*" type(glob)) or
netmask(192.168.7.0/24)
};
filter f_proofpoint_pps_sendmail {
host("pps-*" type(glob)) or
netmask(192.168.6.0/24)
};

0 comments on commit 07fe274

Please sign in to comment.