summaryrefslogtreecommitdiff
path: root/src/lbdecision.hh
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-03-28 21:30:25 +0100
committerGitHub <noreply@github.com>2024-03-28 21:30:25 +0100
commitd4444a0a7c110243143476bbe03a3d42eb461428 (patch)
tree6a87b499ed3cf29f10dd0b406b4cb8ed2666d2b0 /src/lbdecision.hh
parentf9e64453738b2e341a49fb32fb3283938c20d8a9 (diff)
parentb51a91d8a806185eb230f4c315e2530e2ad42359 (diff)
downloadvyatta-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.hh3
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;
};