]> git.puffer.fish Git - matthieu/frr.git/commit
BGP: Enable multiple instance support by default
authorvivek <vivek@cumulusnetworks.com>
Fri, 1 Apr 2016 00:42:48 +0000 (17:42 -0700)
committervivek <vivek@cumulusnetworks.com>
Fri, 1 Apr 2016 00:46:24 +0000 (17:46 -0700)
commitb8fd6a15a681c0c1daec158a538ff4a19e456d2e
treecd9f3101b4be969ae4f498b7a5082e7e25e6b505
parent0aaa34db89f7f222fe7fa91f899949221ffb60d1
BGP: Enable multiple instance support by default

Quagga BGP needed a config 'bgp multiple-instance' in order to be able
to configure and use VRFs. Since this support is intrinsic to the
implementation, make this configuration on by default. Corresponding
change to 'show running-config' (and write) to display only if "no" is
configured.

This change will eliminate one unnecessary step in the configuration.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-10070
Reviewed By: CCR-4383
Testing Done:  Manual
bgpd/bgpd.c