FreeBSD Bugzilla – Attachment 160307 Details for
Bug 202510
[CARP] advertisements sourced from CARP IP cause double MASTER situations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
network.subr IP alias order patch
network.subr.patch (text/plain), 849 bytes, created by
Damien Fleuriot
on 2015-08-24 14:16:11 UTC
(
hide
)
Description:
network.subr IP alias order patch
Filename:
MIME Type:
Creator:
Damien Fleuriot
Created:
2015-08-24 14:16:11 UTC
Size:
849 bytes
patch
obsolete
>--- network.subr.orig 2015-08-24 14:10:15.188579000 +0000 >+++ network.subr.patched 2015-08-24 14:10:22.298347000 +0000 >@@ -1091,6 +1091,11 @@ > # Normalize $_if before using it in a pattern to list_vars() > ltr "$_if" "$_punct" "_" _vif > >+ # backward compatibility: ipv4_addrs_IF. >+ for _tmpargs in `get_if_var $_if ipv4_addrs_IF`; do >+ _aliasn="$_aliasn inet $_tmpargs" >+ done >+ > # ifconfig_IF_aliasN which starts with $_af > for alias in `list_vars ifconfig_${_vif}_alias[0-9]\* | > sort_lite -nk1.$((9+${#_vif}+7))` >@@ -1139,11 +1144,6 @@ > done > esac > >- # backward compatibility: ipv4_addrs_IF. >- for _tmpargs in `get_if_var $_if ipv4_addrs_IF`; do >- _aliasn="$_aliasn inet $_tmpargs" >- done >- > # Handle ifconfig_IF_aliases, ifconfig_IF_aliasN, and the others. > _tmpargs= > for _c in `get_if_var $_if ifconfig_IF_aliases` $_aliasn; do
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202510
: 160307