Skip to content

Commit

Permalink
feat: log nexthop on reject
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jan 17, 2024
1 parent 0d76201 commit cb45add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/embed/templates/global.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ define BLOCKLIST_PREFIXES = [
# Helper Functions

function _reject(string reason) {
reject "REJECTED [", reason, "] pfx ", net, " session ", proto, " path ", bgp_path, " pathlen ", bgp_path.len, " origin ", bgp_path.last;
reject "REJECTED [", reason, "] pfx ", net, " session ", proto, " path ", bgp_path, " pathlen ", bgp_path.len, " origin ", bgp_path.last, " nexthop ", bgp_next_hop;
}

function reject_blocklist() {
Expand Down

0 comments on commit cb45add

Please sign in to comment.