"Fossies" - the Fresh Open Source Software Archive 
Member "aif-2.1.1/share/arno-iptables-firewall/plugins/multiroute.CHANGELOG" (16 Sep 2020, 1440 Bytes) of package /linux/privat/aif-2.1.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "multiroute.CHANGELOG":
2.1.0_vs_2.1.1.
1 Version 1.00 (February 6, 2020)
2 -------------------------------
3 ! Replace ip route "equalize" with "scope global" since equalize is no longer supported (by default) in newer distributions
4
5 Version 0.29BETA (February 19, 2008)
6 ------------------------------------
7 * Minor tweak for PLUGIN_RET_VAL
8
9 Version 0.28BETA (February 18, 2008)
10 ------------------------------------
11 * Added some extra del rules to purge the rule & route tables on start/stop
12
13 Version 0.27BETA (February 18, 2008)
14 ------------------------------------
15 ! Fixed several typos/bugs
16
17 Version 0.26BETA (February 17, 2008)
18 ------------------------------------
19 ! Fixed double || syntax error in sanity_check()
20
21 Version 0.25BETA (February 16, 2008)
22 ------------------------------------
23 + Implemented stop() section which will disable multirouting on stop
24
25 Version 0.24BETA (February 14, 2008)
26 ------------------------------------
27 + Added weight options for the external interfaces
28
29 Version 0.23BETA (February 13, 2008)
30 ------------------------------------
31 + Updated according to the new plugin template
32
33 Version 0.22BETA (January 30, 2008)
34 -----------------------------------
35 + Updated for new config file location / detection
36
37 Version 0.21BETA (May 25, 2007)
38 ------------------------------------
39 + Added variable sanity check
40 * Changed some variable names
41 * Cosmetic improvements
42
43 Version 0.20BETA (January 22, 2007)
44 ------------------------------------
45 * Minor tweaks/changes