]> git.proxmox.com Git - mirror_frr.git/commit
[ospfd] Consider all connected addresses when creating ospf interfaces
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Mon, 4 Dec 2006 18:26:37 +0000 (18:26 +0000)
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Mon, 4 Dec 2006 18:26:37 +0000 (18:26 +0000)
commited589c157781f92bcff0e0b1664c75b2dc6d6965
tree6908c528e8480225931a10c020c7a0602539143b
parenta39275d76d33e2b17b8f90441863ca030412a664
[ospfd] Consider all connected addresses when creating ospf interfaces

2006-12-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* ospfd.c: (ospf_network_run) Remove an offending 'break' statement.
  Previously, after creating a single ospf_interface on a given
  network interface, the code would skip to the next interface
  without considering other connected addresses on the interface.
  After removing the 'break', we now consider all connected addresses.
ospfd/ChangeLog
ospfd/ospfd.c