From f0084de554d71d0f011c7fd2c6009f1864bd9d77 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 8 Feb 2019 18:51:54 +0100 Subject: T1234: add missing option when processing dhcp-relay packets --- src/conf_mode/dhcp_relay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf_mode/dhcp_relay.py b/src/conf_mode/dhcp_relay.py index 1b2abed9e..73e0153df 100755 --- a/src/conf_mode/dhcp_relay.py +++ b/src/conf_mode/dhcp_relay.py @@ -95,7 +95,7 @@ def get_config(): # # Available in DHCPv4 mode only: if conf.exists('relay-agents-packets'): - pkt = '-m ' + conf.return_value('relay-agents-packets') + pkt = '-a -m ' + conf.return_value('relay-agents-packets') relay['options'].append(pkt) return relay -- cgit v1.2.3