diff options
| author | root <root@eng-140.vyatta.com> | 2008-08-22 13:21:15 -0700 |
|---|---|---|
| committer | root <root@eng-140.vyatta.com> | 2008-08-22 13:21:15 -0700 |
| commit | 065c25acb5c3d10f4015b5bfa181445c3bce901a (patch) | |
| tree | 5a043317f02d331fdc6db1862d8e09596a78179e /src/lbdatafactory.hh | |
| parent | 8237284fe73cc722ad58ebdc47838f7fd4a969d7 (diff) | |
| download | vyatta-wanloadbalance-065c25acb5c3d10f4015b5bfa181445c3bce901a.tar.gz vyatta-wanloadbalance-065c25acb5c3d10f4015b5bfa181445c3bce901a.zip | |
Partial fix for bug 3332. WLB can now be configured to run without creating implicit source nat rules.
This configuration element applies to the complete wan load balance configuration.
Diffstat (limited to 'src/lbdatafactory.hh')
| -rw-r--r-- | src/lbdatafactory.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lbdatafactory.hh b/src/lbdatafactory.hh index 2ff0eb1..1f6e0a0 100644 --- a/src/lbdatafactory.hh +++ b/src/lbdatafactory.hh @@ -41,6 +41,9 @@ private: process(const vector<string> &path, int depth, const string &key, const string &value); void + process_disablesourcenat(const string &key, const string &value); + + void process_health(const string &key, const string &value); void |
