]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: remove ip prefix from as-path, <large,ext>community-list 3037/head
authorSarita Patra <saritap@vmware.com>
Mon, 17 Sep 2018 07:33:22 +0000 (00:33 -0700)
committerSarita Patra <saritap@vmware.com>
Fri, 5 Oct 2018 04:50:44 +0000 (21:50 -0700)
commit7336e10117e66e41962155a3a5682ca22d878057
treedfc322c938ec79c0c3a3938b3badd0331e716603
parent78230371e9596bb0b8c5206cba86d8ac6c15a8d5
bgpd: remove ip prefix from as-path, <large,ext>community-list

The existing commands "ip as-path", "ip community list", "ip extcommunity
list" & "ip largecommunity list" is used to configure both for ipv4 and
ipv6. So the prefix "ip" is removed from these commands.
All the configuration, show related configuration, show running config
& boot up with write memory is also verified with the provided fix.

Signed-off-by: Sarita Patra <saritap@vmware.com>
bgpd/bgp_filter.c
bgpd/bgp_vty.c
vtysh/vtysh_config.c