summaryrefslogtreecommitdiff
path: root/lib/pw.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pw.h')
-rw-r--r--lib/pw.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/lib/pw.h b/lib/pw.h
index 63d8e52ddd..2cfaa47e5d 100644
--- a/lib/pw.h
+++ b/lib/pw.h
@@ -38,16 +38,15 @@
/*
* Protocol-specific information about the pseudowire.
*/
-union pw_protocol_fields
-{
- struct {
- struct in_addr lsr_id;
- uint32_t pwid;
- char vpn_name[L2VPN_NAME_LEN];
- } ldp;
- struct {
- /* TODO */
- } bgp;
+union pw_protocol_fields {
+ struct {
+ struct in_addr lsr_id;
+ uint32_t pwid;
+ char vpn_name[L2VPN_NAME_LEN];
+ } ldp;
+ struct {
+ /* TODO */
+ } bgp;
};
#endif /* _FRR_PW_H */