]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_vty.c
bgpd: Expand 'bgp default <afi>-<safi>' cmds
authorTrey Aspelund <taspelund@nvidia.com>
Thu, 24 Jun 2021 07:04:52 +0000 (07:04 +0000)
committerTrey Aspelund <taspelund@nvidia.com>
Mon, 28 Jun 2021 20:55:59 +0000 (20:55 +0000)
commit38d11af5e8589ddd18dc17377763e030e5a0778e
tree472d4f80c4229a553e95242ff23a517f1820ed7c
parentb01830dc5b1a3f6aa758f629e43b9e535bb2a98e
bgpd: Expand 'bgp default <afi>-<safi>' cmds

Adds new commands to allow a user to default 'default' address-families
to be inherited by all new peers.  Previously this was limited to just
ipv4/ipv6 unicast, now the full list is:
---
ipv4-unicast
ipv4-multicast
ipv4-vpn
ipv4-labeled-unicast
ipv4-flowspec
ipv6-unicast
ipv6-multicast
ipv6-vpn
ipv6-labeled-unicast
ipv6-flowspec
l2vpn-evpn
---

Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
bgpd/bgp_vty.c
bgpd/bgpd.c