From 255842d95365dbe1737bcc39b0daf47ce7f84c0d Mon Sep 17 00:00:00 2001 From: Bruce Davie Date: Fri, 1 Nov 2013 10:53:23 -0700 Subject: vtep: add fault notifications to physical switch and ports Add a "switch_fault" and "port_fault" column to the appropriate tables in the VTEP schema. Signed-off-by: Bruce Davie Signed-off-by: Ben Pfaff --- vtep/vtep.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) (limited to 'vtep/vtep.xml') diff --git a/vtep/vtep.xml b/vtep/vtep.xml index 39404790c..db8d4089e 100644 --- a/vtep/vtep.xml +++ b/vtep/vtep.xml @@ -274,6 +274,29 @@ banner. + +

+ An entry in this column indicates to the NVC that this switch + has encountered a fault. The switch must clear this column + when the fault has been cleared. +

+ + + Indicates that the switch has been unable to process MAC + entries requested by the NVC due to lack of table resources. + + + + Indicates that the switch has been unable to create tunnels + requested by the NVC due to lack of resources. + + + + Indicates that an error has occurred in the switch but that no + more specific information is available. + + +
@@ -306,6 +329,27 @@ An extended description for the port. + +

+ An entry in this column indicates to the NVC that the physical port has + encountered a fault. The switch must clear this column when the errror + has been cleared. +

+ +

+ Indicates that a VLAN-to-logical-switch mapping requested by + the controller could not be instantiated by the switch + because of a conflict with local configuration. +

+
+ +

+ Indicates that an error has occurred on the port but that no + more specific information is available. +

+
+
+
@@ -453,7 +497,7 @@

- A MAC address that has been learned by the NSC. + A MAC address that has been learned by the NVC. @@ -526,7 +570,7 @@

- A MAC address that has been learned by the NSC. + A MAC address that has been learned by the NVC.

The keyword unknown-dst is used as a special -- cgit v1.2.1