From 5c5077098aa79fdd9bf79d33624d55a38bed8d02 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 12 Sep 2017 21:44:02 +0200 Subject: [PATCH] typo in previous --- src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php b/src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php index 5c046712e..16ef9a9fa 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php +++ b/src/opnsense/mvc/app/library/OPNsense/Firewall/FilterRule.php @@ -278,7 +278,7 @@ class FilterRule if (!empty($rule['reply-to'])) { // reply-to gateway set, when found map to reply attribute, otherwise skip keyword if (!empty($this->gatewayMapping[$rule['reply-to']])) { - $if = $this->gatewayMapping[$rule['reply-to']]['if']; + $if = $this->gatewayMapping[$rule['reply-to']]['interface']; $gw = $this->gatewayMapping[$rule['reply-to']]['gateway']; $rule['reply'] = "reply-to ( {$if} {$gw} ) "; }