summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-11 10:58:37 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-11 10:58:37 -0700
commitc7e479d91a7c835ee735bd02bd3097c96e7a955c (patch)
tree964a9fc819546e1af3fb57d98656a664233202c0
parentcdd10efdb016d2dc7306196d82072e8c9a5e1fd9 (diff)
parentb0b2b6cd2e2542c3b58c972034ab1a03bf0b3bdf (diff)
downloadquagga-c7e479d91a7c835ee735bd02bd3097c96e7a955c.tar.bz2
quagga-c7e479d91a7c835ee735bd02bd3097c96e7a955c.tar.xz
Merge branch 'jenner' of 192.168.100.1:git/vyatta-quagga into jenner
-rw-r--r--bgpd/bgpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c
index 4157a8d6..d44304a1 100644
--- a/bgpd/bgpd.c
+++ b/bgpd/bgpd.c
@@ -4959,6 +4959,8 @@ bgp_config_write (struct vty *vty)
/* BGP network import check. */
if (bgp_flag_check (bgp, BGP_FLAG_IMPORT_CHECK))
vty_out (vty, " bgp network import-check%s", VTY_NEWLINE);
+ else
+ vty_out (vty, " no bgp network import-check%s", VTY_NEWLINE);
/* BGP scan interval. */
bgp_config_write_scan_time (vty);