]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/pw.h
isisd: implemented the 'sequence-number-skipped' notification
[mirror_frr.git] / lib / pw.h
index 63d8e52dddbab59538bff67e4b301ba990e94fec..2cfaa47e5d6ef3b38ceb7c7cd21469b7ea925dfb 100644 (file)
--- a/lib/pw.h
+++ b/lib/pw.h
 /*
  * 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 */