diff options
Diffstat (limited to 'bgpd/bgpd.c')
| -rw-r--r-- | bgpd/bgpd.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index d1e8d969..0d1689ab 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -4751,6 +4751,8 @@ bgp_config_write (struct vty *vty)        /* BGP bestpath method. */        if (bgp_flag_check (bgp, BGP_FLAG_ASPATH_IGNORE))  	vty_out (vty, " bgp bestpath as-path ignore%s", VTY_NEWLINE); +      if (bgp_flag_check (bgp, BGP_FLAG_ASPATH_CONFED)) +	vty_out (vty, " bgp bestpath as-path confed%s", VTY_NEWLINE);        if (bgp_flag_check (bgp, BGP_FLAG_COMPARE_ROUTER_ID))  	vty_out (vty, " bgp bestpath compare-routerid%s", VTY_NEWLINE);        if (bgp_flag_check (bgp, BGP_FLAG_MED_CONFED)  | 
