On Mar 12, 2014, at 12:15 PM, Vasiliy Tolstov <[email protected]> wrote:
> Hi all. Where i can find some instruction how to get BFD and GRE works > together? > Or some info about BFD in openvswitch and how it configures? Have you looked at ovs-vswitchd.conf.db? You configure both tunnels and BFD through the database on the Interface table. If you look at the ovs-vsctl man page, you'll see examples of configuring GRE and CFM individually. CFM provides similar functionality to BFD, and it should be fairly clear how to extrapolate configuring one from the other. --Justin _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
