diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-28 21:30:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 21:30:25 +0100 |
commit | d4444a0a7c110243143476bbe03a3d42eb461428 (patch) | |
tree | 6a87b499ed3cf29f10dd0b406b4cb8ed2666d2b0 /src/lbdecision.hh | |
parent | f9e64453738b2e341a49fb32fb3283938c20d8a9 (diff) | |
parent | b51a91d8a806185eb230f4c315e2530e2ad42359 (diff) | |
download | vyatta-wanloadbalance-1.4.0.tar.gz vyatta-wanloadbalance-1.4.0.zip |
Merge pull request #22 from vyos/mergify/bp/sagitta/pr-201.4.0
conntrack: T5571: Remove conntrack rules - handled by vyos-1x (backport #20)
Diffstat (limited to 'src/lbdecision.hh')
-rw-r--r-- | src/lbdecision.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lbdecision.hh b/src/lbdecision.hh index b7ececf..e4b5378 100644 --- a/src/lbdecision.hh +++ b/src/lbdecision.hh @@ -54,9 +54,6 @@ private: string get_limit_cmd(LBRule &rule); - int - find_iptables_index(string location, string table, string name); - private: bool _debug; }; |