]> git.puffer.fish Git - matthieu/frr.git/commit
Fix missing else in static_add_ipv4() which was causing case of (!ifname)
authorpaul <paul>
Sun, 25 May 2003 23:24:50 +0000 (23:24 +0000)
committerpaul <paul>
Sun, 25 May 2003 23:24:50 +0000 (23:24 +0000)
commit368aa3f0f5edc4daed09055b641c47a9e9dc48c9
treeda46e98e5c9f8a1c94189dc2de43542ffd5e266a
parentb3516a791d7d44469b9a2a51557347958fe506d1
Fix missing else in static_add_ipv4() which was causing case of (!ifname)
to always be considered to be a blackhole route. (if gate is passed in, it
cant be).
zebra/zebra_rib.c