Commit 7ae8362
Fix PF rules syntax error with route-to clause
- Correct the order of 'on interface' and 'route-to' in PF rules
- PF syntax requires 'pass out on interface route-to' not 'pass out route-to on interface'
- Fixes syntax error on line 13 of PF rules file
- Should resolve pfctl loading failure
Co-authored-by: f0ssel <[email protected]>1 parent 0fa48f5 commit 7ae8362
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments