From eec6443e2dbfed079b295a5d60fd08cf80aad698 Mon Sep 17 00:00:00 2001 From: Ewald van Geffen Date: Sun, 22 May 2016 01:02:07 +0200 Subject: - Bug 363 support for post-hook: allows to run script once route/firewall change have been applied. --- src/lbdata.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lbdata.hh') diff --git a/src/lbdata.hh b/src/lbdata.hh index 0b4175c..aaaa896 100644 --- a/src/lbdata.hh +++ b/src/lbdata.hh @@ -227,6 +227,7 @@ class LBData { bool _flush_conntrack; bool _sticky_inbound_connections; string _hook; + string _post_hook; }; #endif //__LBDATA_HH__ -- cgit v1.2.3