Referring to the partial Cisco IOS-XR BGP configuration exhibit, when trying to commit this configuration, the following error is displayed:
% Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted. Please issue 'show configuration failed' from this session to view the errors.
router bgp 65111
!
neighbor 10.1.1.1
remote-as 65111
update-source Loopback0
address-family ipv4 unicast
!
!
neighbor 2001:db8:10:1:1::1
remote-as 65111
update-source Loopback0
address-family ipv6 unicast
What is wrong with the configuration?