MERAprojects / ops-quagga

GNU General Public License v2.0
0 stars 0 forks source link

BGP IPv4\IPv6 command 'neighbor х.х.х.х weight y' is not implemented #15

Closed xschily closed 7 years ago

xschily commented 8 years ago

The command neighbor х.х.х.х weight y isn't implemented:

 switch# configure terminal 
  switch(config)# router bgp 64500
  switch(config-router)# neighbor 101.0.0.1 weight 500
  This command is not yet implemented but here are the parameters:
  argc = 2
     arg 0: 101.0.0.1
     arg 1: 500
  switch(config-router)#

This is a clone of MERAprojects/ops-cli#2 to track ops-quagga changes.

stroykov commented 7 years ago

https://github.com/MERAprojects/ops-quagga/pull/16