[PATCH net-next 1/5] net: ip-sysctl: Format Private VLAN proxy arp aliases as bullet list

Bagas Sanjaya posted 5 patches 3 months, 1 week ago
[PATCH net-next 1/5] net: ip-sysctl: Format Private VLAN proxy arp aliases as bullet list
Posted by Bagas Sanjaya 3 months, 1 week ago
Alias names list for private VLAN proxy arp technology is formatted as
indented paragraph instead. Make it bullet list as it is better fit for
this purpose.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/networking/ip-sysctl.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/networking/ip-sysctl.rst b/Documentation/networking/ip-sysctl.rst
index 9af5a8935d575b..a736035216f9b7 100644
--- a/Documentation/networking/ip-sysctl.rst
+++ b/Documentation/networking/ip-sysctl.rst
@@ -1891,10 +1891,10 @@ proxy_arp_pvlan - BOOLEAN
 
 	This technology is known by different names:
 
-	  In RFC 3069 it is called VLAN Aggregation.
-	  Cisco and Allied Telesyn call it Private VLAN.
-	  Hewlett-Packard call it Source-Port filtering or port-isolation.
-	  Ericsson call it MAC-Forced Forwarding (RFC Draft).
+	- In RFC 3069 it is called VLAN Aggregation.
+	- Cisco and Allied Telesyn call it Private VLAN.
+	- Hewlett-Packard call it Source-Port filtering or port-isolation.
+	- Ericsson call it MAC-Forced Forwarding (RFC Draft).
 
 proxy_delay - INTEGER
 	Delay proxy response.
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH net-next 1/5] net: ip-sysctl: Format Private VLAN proxy arp aliases as bullet list
Posted by Simon Horman 3 months, 1 week ago
On Tue, Jul 01, 2025 at 10:12:56AM +0700, Bagas Sanjaya wrote:
> Alias names list for private VLAN proxy arp technology is formatted as
> indented paragraph instead. Make it bullet list as it is better fit for
> this purpose.
> 
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Reviewed-by: Simon Horman <horms@kernel.org>