diff options
| author | Vincent JARDIN <vincent.jardin@6wind.com> | 2018-03-30 15:13:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-30 15:13:36 +0200 |
| commit | 588f0b6b497f090fa2411c1837edcbdefce54d02 (patch) | |
| tree | 95eec4156b7f7fdbaab05ba2adbb094376dcce94 /lib/command.h | |
| parent | a7e7b53f578967ada94f99ee8aa16e2b3aa81999 (diff) | |
| parent | 362a06e37d82eae495b386f85aa5106b8dc7dffc (diff) | |
Merge pull request #1817 from pguibert6WIND/flowspec_client
Flowspec client
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 95d8ee99df..a7fa3a1692 100644 --- a/lib/command.h +++ b/lib/command.h @@ -142,6 +142,8 @@ enum node_type { BGP_EVPN_VNI_NODE, /* BGP EVPN VNI */ RPKI_NODE, /* RPKI node for configuration of RPKI cache server connections.*/ + BGP_FLOWSPECV4_NODE, /* BGP IPv4 FLOWSPEC Address-Family */ + BGP_FLOWSPECV6_NODE, /* BGP IPv6 FLOWSPEC Address-Family */ NODE_TYPE_MAX, /* maximum */ }; |
