Skip to content

Commit

Permalink
Add port paths (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Sep 23, 2019
1 parent 27c6332 commit 3def0e0
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 7 deletions.
10 changes: 9 additions & 1 deletion package/etc/conf.d/log_paths/p_rfc3164-cisco_asa.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ log {
sourcedefault(yes)
);

};
};

log {
#Default source
gen_log_rfc_3164-cisco-asa(
sourcedefault(no)
);

};
10 changes: 9 additions & 1 deletion package/etc/conf.d/log_paths/p_rfc3164-cisco_ios.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ log {
sourcedefault(yes)
);

};
};

log {
#Default source
gen_log_rfc_3164-cisco-ios(
sourcedefault(no)
);

};
10 changes: 9 additions & 1 deletion package/etc/conf.d/log_paths/p_rfc3164-cisco_nx-os.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ log {
sourcedefault(yes)
);

};
};

log {
#Default source
gen_log_rfc_3164-cisco-nx-os(
sourcedefault(no)
);

};
10 changes: 9 additions & 1 deletion package/etc/conf.d/log_paths/p_rfc3164-fortinet_fortios.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ log {
sourcedefault(yes)
);

};
};

log {
#Default source
gen_log_rfc_3164-fortigate-fortios(
sourcedefault(no)
);

};
10 changes: 9 additions & 1 deletion package/etc/conf.d/log_paths/p_rfc5424_noversion-cisco_asa.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ log {
sourcedefault(yes)
);

};
};

log {
#Default source
gen_log_rfc_5424_noversion-cisco-asa(
sourcedefault(no)
);

};
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ log {
sourcedefault(yes)
);

};
};
log {
#Default source
gen_log_rfc_5424_noversion-symantec_proxy(
sourcedefault(no)
);

};
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ log {
sourcedefault(yes)
);

};
};
log {
#Default source
gen_log_rfc_5424_strict-juniper_junos(
sourcedefault(no)
);

};

0 comments on commit 3def0e0

Please sign in to comment.