diff options
| author | David Lamparter <equinox@diac24.net> | 2017-08-09 14:35:17 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2017-08-09 14:35:17 +0200 |
| commit | 9cdce038c51d259e4416c3e2f15d70e76c5e176f (patch) | |
| tree | 29fbd9adce8d50fb3183069e57f88f875b73efc0 /lib/command.h | |
| parent | 11f3bfdd71f9ccef52ddb6bc349b0554fd18c7ff (diff) | |
| parent | 0e236c6cd7bef12a2a375153a0e2d81a961562a2 (diff) | |
Merge branch 'stable/3.0'
... with a lot of fixups.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 5184b53a9f..d0c9f0eaf9 100644 --- a/lib/command.h +++ b/lib/command.h @@ -132,6 +132,7 @@ enum node_type { FORWARDING_NODE, /* IP forwarding node. */ PROTOCOL_NODE, /* protocol filtering node */ MPLS_NODE, /* MPLS config node */ + PW_NODE, /* Pseudowire config node */ VTY_NODE, /* Vty node. */ LINK_PARAMS_NODE, /* Link-parameters node */ BGP_EVPN_VNI_NODE, /* BGP EVPN VNI */ |
