Skip to content

Commit e80f951

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add bgp commands to neutron decoder"
2 parents 784389d + d4d97f2 commit e80f951

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

doc/source/cli/data/neutron.csv

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ auto-allocated-topology-delete,network auto allocated topology delete,Delete the
1111
auto-allocated-topology-show,network auto allocated topology create,Show the auto-allocated topology of a given tenant.
1212
availability-zone-list,availability zone list,List availability zones.
1313
bash-completion,complete,Prints all of the commands and options for bash-completion.
14-
bgp-dragent-list-hosting-speaker,,List Dynamic Routing agents hosting a BGP speaker.
15-
bgp-dragent-speaker-add,,Add a BGP speaker to a Dynamic Routing agent.
16-
bgp-dragent-speaker-remove,,Removes a BGP speaker from a Dynamic Routing agent.
17-
bgp-peer-create,,Create a BGP Peer.
18-
bgp-peer-delete,,Delete a BGP peer.
19-
bgp-peer-list,,List BGP peers.
20-
bgp-peer-show,,Show information of a given BGP peer.
21-
bgp-peer-update,,Update BGP Peer's information.
22-
bgp-speaker-advertiseroute-list,,List routes advertised by a given BGP speaker.
23-
bgp-speaker-create,,Create a BGP Speaker.
24-
bgp-speaker-delete,,Delete a BGP speaker.
25-
bgp-speaker-list,,List BGP speakers.
26-
bgp-speaker-list-on-dragent,,List BGP speakers hosted by a Dynamic Routing agent.
27-
bgp-speaker-network-add,,Add a network to the BGP speaker.
28-
bgp-speaker-network-remove,,Remove a network from the BGP speaker.
29-
bgp-speaker-peer-add,,Add a peer to the BGP speaker.
30-
bgp-speaker-peer-remove,,Remove a peer from the BGP speaker.
31-
bgp-speaker-show,,Show information of a given BGP speaker.
32-
bgp-speaker-update,,Update BGP Speaker's information.
14+
bgp-dragent-list-hosting-speaker,bgp speaker show dragents,List Dynamic Routing agents hosting a BGP speaker.
15+
bgp-dragent-speaker-add,bgp dragent add speaker,Add a BGP speaker to a Dynamic Routing agent.
16+
bgp-dragent-speaker-remove,bgp dragent remove speaker,Removes a BGP speaker from a Dynamic Routing agent.
17+
bgp-peer-create,bgp peer create,Create a BGP Peer.
18+
bgp-peer-delete,bgp peer delete,Delete a BGP peer.
19+
bgp-peer-list,bgp peer list,List BGP peers.
20+
bgp-peer-show,bgp peer show,Show information of a given BGP peer.
21+
bgp-peer-update,bgp peer set,Update BGP Peer's information.
22+
bgp-speaker-advertiseroute-list,bgp speaker list advertised routes,List routes advertised by a given BGP speaker.
23+
bgp-speaker-create,bgp speaker create,Create a BGP Speaker.
24+
bgp-speaker-delete,bgp speaker delete,Delete a BGP speaker.
25+
bgp-speaker-list,bgp speaker list,List BGP speakers.
26+
bgp-speaker-list-on-dragent,bgp speaker list --agent,List BGP speakers hosted by a Dynamic Routing agent.
27+
bgp-speaker-network-add,bgp speaker add network,Add a network to the BGP speaker.
28+
bgp-speaker-network-remove,bgp speaker remove network,Remove a network from the BGP speaker.
29+
bgp-speaker-peer-add,bgp speaker add peer,Add a peer to the BGP speaker.
30+
bgp-speaker-peer-remove,bgp speaker remove peer,Remove a peer from the BGP speaker.
31+
bgp-speaker-show,bgp speaker show,Show information of a given BGP speaker.
32+
bgp-speaker-update,bgp speaker set,Update BGP Speaker's information.
3333
dhcp-agent-list-hosting-net,network agent list --network,List DHCP agents hosting a network.
3434
dhcp-agent-network-add,network agent add network,Add a network to a DHCP agent.
3535
dhcp-agent-network-remove,network agent remove network,Remove a network from a DHCP agent.

0 commit comments

Comments
 (0)