diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-06-27 09:57:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-27 09:57:29 +0300 |
| commit | f646c17a4349a2439230980bdae70b58b34b862c (patch) | |
| tree | 6beff29af33de5b06454a45ad4f73868ce70a633 /lib/command.h | |
| parent | 437e7e77d6a834d805c83b26dfd33235f1f08721 (diff) | |
| parent | ed80211ad8e1aaa14b00ee592611fae96f51e6ef (diff) | |
Merge pull request #11426 from error2407/open_policy
bgpd: Add RFC9234 implementation
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 047e550532..7363ed84c8 100644 --- a/lib/command.h +++ b/lib/command.h @@ -508,6 +508,9 @@ struct cmd_node { EVPN_TYPE_4_HELP_STR EVPN_TYPE_4_HELP_STR \ EVPN_TYPE_5_HELP_STR EVPN_TYPE_5_HELP_STR +/* Describing roles */ +#define ROLE_STR \ + "Providing transit\nRoute server\nRS client\nUsing transit\nPublic/private peering\n" /* Prototypes. */ extern void install_node(struct cmd_node *node); |
