diff options
| author | Russ White <russ@riw.us> | 2019-09-03 07:58:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-03 07:58:11 -0400 |
| commit | 6f76b3f6f2357e7538c77951773c06d426ff940a (patch) | |
| tree | 1531bf5579eab70db890a1d81a2842a5a301a01f /lib/command.h | |
| parent | 90959768303e7712b97ef71d55bfae22ccfba02f (diff) | |
| parent | 2d82431a95c90c81d2be6a83dd0101c57df6963c (diff) | |
Merge pull request #4709 from opensourcerouting/frr-bmp
BMP support
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 8dc35a0fdc..137d3748ae 100644 --- a/lib/command.h +++ b/lib/command.h @@ -159,6 +159,7 @@ enum node_type { BFD_PEER_NODE, /* BFD peer configuration mode. */ OPENFABRIC_NODE, /* OpenFabric router configuration node */ VRRP_NODE, /* VRRP node */ + BMP_NODE, /* BMP config under router bgp */ NODE_TYPE_MAX, /* maximum */ }; |
