From 528bbc885c1f417a8055082bf423cbccd5a9019f Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Tue, 30 Apr 2024 23:05:26 +0200 Subject: [PATCH] ansible: fix interface names in pf.conf --- ansible/roles/router/templates/pf.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/router/templates/pf.conf b/ansible/roles/router/templates/pf.conf index 14101c0..1d64404 100644 --- a/ansible/roles/router/templates/pf.conf +++ b/ansible/roles/router/templates/pf.conf @@ -5,8 +5,8 @@ set skip on lo0 -ext_if = "vr0" -int_if = "vr1" +ext_if = "igb0" +int_if = "igb1" scrub on $ext_if all fragment reassemble reassemble tcp -- 2.51.0