diff options
author | Martin Schwenke <martin@meltin.net> | 2014-01-27 23:26:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-27 23:39:21 -0500 |
commit | d922e1cb1ea17ac7f0a5c3c2be98d4bd80d055b8 (patch) | |
tree | 39faa1d1dd1de50638b02ecd7d8b615e31284cce /Documentation | |
parent | c0c0c50ff7c3e331c90bab316d21f724fb9e1994 (diff) |
net: Document promote_secondaries
From 038a821667f62c496f2bbae27081b1b612122a97 Mon Sep 17 00:00:00 2001
From: Martin Schwenke <martin@meltin.net>
Date: Tue, 28 Jan 2014 15:16:49 +1100
Subject: [PATCH] net: Document promote_secondaries
This option was added a long time ago...
commit 8f937c6099858eee15fae14009dcbd05177fa91d
Author: Harald Welte <laforge@gnumonks.org>
Date: Sun May 29 20:23:46 2005 -0700
[IPV4]: Primary and secondary addresses
Signed-off-by: Martin Schwenke <martin@meltin.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 5de03740cdd5..ab42c95f9985 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1088,6 +1088,12 @@ igmpv3_unsolicited_report_interval - INTEGER | |||
1088 | IGMPv3 report retransmit will take place. | 1088 | IGMPv3 report retransmit will take place. |
1089 | Default: 1000 (1 seconds) | 1089 | Default: 1000 (1 seconds) |
1090 | 1090 | ||
1091 | promote_secondaries - BOOLEAN | ||
1092 | When a primary IP address is removed from this interface | ||
1093 | promote a corresponding secondary IP address instead of | ||
1094 | removing all the corresponding secondary IP addresses. | ||
1095 | |||
1096 | |||
1091 | tag - INTEGER | 1097 | tag - INTEGER |
1092 | Allows you to write a number, which can be used as required. | 1098 | Allows you to write a number, which can be used as required. |
1093 | Default value is 0. | 1099 | Default value is 0. |