]> git.puffer.fish Git - matthieu/frr.git/commit
[bgpd] Fix 'update-source' command: It doesn't accept interface names
authorPaul Jakma <paul@quagga.net>
Mon, 22 Jun 2009 10:30:47 +0000 (11:30 +0100)
committerPaul Jakma <paul@quagga.net>
Mon, 22 Jun 2009 10:30:47 +0000 (11:30 +0100)
commitf7e0db80693aea7f5fd3d8d4f00e97347c8d0ba5
treeb920d5309513724158ea477ae2c8b33190287e53
parentc514adc61d56c3fb6fe5119a7b4b55c79a9c065d
[bgpd] Fix 'update-source' command: It doesn't accept interface names

* bgp_vty.c: BGP_UPDATE_SOURCE_STR define should only specify IP addresses,
  the underlying mechanisms won't do anything useful with interface names.
  Fix bug #527.
bgpd/bgp_vty.c