* configlets/linux24/update_addresses: fixed SF bug 3091069:

"Routing configuration failed". Iptables script generated by
fwbuilder did not configure broadcast when it added ip addresses
to interfaces. Using "ip addr add ADDR/NM boradcast + dev INTF"
syntax to do this.
This commit is contained in:
Vadim Kurland
2010-10-29 15:23:37 -07:00
parent 035509dc9f
commit fd5553ebbd
2 changed files with 14 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
2010-10-29 Vadim Kurland <vadim@vk.crocodile.org>
* configlets/linux24/update_addresses: fixed SF bug 3091069:
"Routing configuration failed". Iptables script generated by
fwbuilder did not configure broadcast when it added ip addresses
to interfaces. Using "ip addr add ADDR/NM boradcast + dev INTF"
syntax to do this.
* OSConfigurator_bsd.cpp (compare_names): fixed #1807 "wrong order
of address assignment in the generated OpenBSD/PF/CARP cluster
configuration". Need to assign ip addresses to regular interfaces