summaryrefslogtreecommitdiffstats
path: root/lib/pw.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pw.h')
-rw-r--r--lib/pw.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/pw.h b/lib/pw.h
index 42b3ee215..2fc4a61f9 100644
--- a/lib/pw.h
+++ b/lib/pw.h
@@ -35,9 +35,13 @@ extern "C" {
/* Pseudowire flags. */
#define F_PSEUDOWIRE_CWORD 0x01
-/* Pseudowire status. */
-#define PW_STATUS_DOWN 0
-#define PW_STATUS_UP 1
+/* Pseudowire status TLV */
+#define PW_FORWARDING 0
+#define PW_NOT_FORWARDING (1 << 0)
+#define PW_LOCAL_RX_FAULT (1 << 1)
+#define PW_LOCAL_TX_FAULT (1 << 2)
+#define PW_PSN_RX_FAULT (1 << 3)
+#define PW_PSN_TX_FAULT (1 << 4)
/*
* Protocol-specific information about the pseudowire.