Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Log dropped policy controller traffic via NFLOG #2549

Merged
merged 1 commit into from
Oct 19, 2016
Merged

Conversation

awh
Copy link
Contributor

@awh awh commented Oct 14, 2016

Send blocked NEW connection attempts to NFLOG group 86 for accounting by the weave-npc process; required by weaveworks-experiments/weave-npc#7.

Send blocked NEW connection attempts to NFLOG group 86 for accounting by
the weave-npc process.
@awh awh added this to the 1.8.0 milestone Oct 14, 2016
@awh awh assigned awh and unassigned awh Oct 14, 2016
@@ -601,7 +601,7 @@ create_bridge() {
# Steer traffic via the NPC
run_iptables -N WEAVE-NPC >/dev/null 2>&1 || true
add_iptables_rule filter FORWARD -o $BRIDGE -j WEAVE-NPC
add_iptables_rule filter FORWARD -o $BRIDGE -j LOG --log-prefix=WEAVE-NPC:
add_iptables_rule filter FORWARD -o $BRIDGE -m state --state NEW -j NFLOG --nflog-group 86

This comment was marked as abuse.

This comment was marked as abuse.

@brb brb assigned brb and unassigned brb Oct 19, 2016
@brb brb merged commit fc940d0 into master Oct 19, 2016
@bboreham bboreham deleted the log-drops-via-nflog branch November 9, 2016 17:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants