]> git.puffer.fish Git - matthieu/frr.git/commit
Amir - revision 197
authorpaul <paul>
Wed, 9 Apr 2003 07:16:04 +0000 (07:16 +0000)
committerpaul <paul>
Wed, 9 Apr 2003 07:16:04 +0000 (07:16 +0000)
commit960182aaf05c2f11415789b2edcdc53ac3858f01
treea4bb99006f25df484c21ab4d66d7f22fc2622825
parentef4e09961da9f2c50d1535fb4348f12c4d41612f
Amir - revision 197
Log:
I've fixed a small bug in connected_down_ipv4():
I changed

if (ifc_pointopoint (ifc))

into

if (ifc_pointopoint (ifc) && dest)

like show in connected_up_ipv4()

After changing this 'ip address x/y'; 'no ip address x/y' works without
crash
when done in sequence.
zebra/connected.c