Re: [ovs-dev] [PATCH v6 06/18] lib/rstp: Remove unused struct rstp_priority_vector4

2014-09-09 Thread Daniele Venturino
Acked-by: Daniele Venturino 

2014-08-21 1:57 GMT+02:00 Jarno Rajahalme :

> Signed-off-by: Jarno Rajahalme 
> ---
>  lib/rstp-common.h |7 ---
>  1 file changed, 7 deletions(-)
>
> diff --git a/lib/rstp-common.h b/lib/rstp-common.h
> index 6bc04eb..a67115b 100644
> --- a/lib/rstp-common.h
> +++ b/lib/rstp-common.h
> @@ -205,13 +205,6 @@ struct rstp_priority_vector {
>  uint16_t bridge_port_id;
>  };
>
> -struct rstp_priority_vector4 {
> -rstp_identifier root_bridge_id;
> -uint32_t root_path_cost;
> -rstp_identifier designated_bridge_id;
> -uint16_t designated_port_id;
> -};
> -
>  enum rstp_bpdu_type {
>  CONFIGURATION_BPDU = 0x0,
>  TOPOLOGY_CHANGE_NOTIFICATION_BPDU = 0x80,
> --
> 1.7.10.4
>
> ___
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
___
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] [PATCH v6 06/18] lib/rstp: Remove unused struct rstp_priority_vector4

2014-08-20 Thread Jarno Rajahalme
Signed-off-by: Jarno Rajahalme 
---
 lib/rstp-common.h |7 ---
 1 file changed, 7 deletions(-)

diff --git a/lib/rstp-common.h b/lib/rstp-common.h
index 6bc04eb..a67115b 100644
--- a/lib/rstp-common.h
+++ b/lib/rstp-common.h
@@ -205,13 +205,6 @@ struct rstp_priority_vector {
 uint16_t bridge_port_id;
 };
 
-struct rstp_priority_vector4 {
-rstp_identifier root_bridge_id;
-uint32_t root_path_cost;
-rstp_identifier designated_bridge_id;
-uint16_t designated_port_id;
-};
-
 enum rstp_bpdu_type {
 CONFIGURATION_BPDU = 0x0,
 TOPOLOGY_CHANGE_NOTIFICATION_BPDU = 0x80,
-- 
1.7.10.4

___
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev