Cannot add a VRF BGP interface neighbour

Hello, I can’t add a BGP interface neighbor because it wants to set the remote-as that is set.

show vrf name kube1 protocols bgp

 address-family {
     ipv4-unicast {
         export {
             vpn
         }
         rd {
             vpn {
                 export 65011:187
             }
         }
         redistribute {
             connected {
             }
         }
         route-target {
             vpn {
                 export 65011:187
             }
         }
     }
 }
+neighbor eth9 {
+    address-family {
+        ipv4-unicast {
+        }
+    }
+    remote-as 65101
+}
 system-as 65011

commit:

remote-as must be set under the interface node of "eth9"

[[vrf name kube1 protocols bgp]] failed
Commit failed

Version:

Version:          VyOS 1.4-rolling-202301151434
Release train:    current

Built by:         autobuild@vyos.net
Built on:         Sun 15 Jan 2023 14:34 UTC
Build UUID:       0b5a5058-ba0b-4a31-a6ce-81eb91b1107b
Build commit ID:  a7ab213d74e4f1

Architecture:     x86_64
Boot via:         installed image
System type:      KVM guest

Hardware vendor:  QEMU
Hardware model:   Standard PC (i440FX + PIIX, 1996)
Hardware S/N:
Hardware UUID:    da0b6b02-edbc-4723-a919-c697be508f80

Copyright:        VyOS maintainers and contributors