Example #1
0
def show_bgp_node_mesh():
    """
    Display the BGP node mesh setting.

    :return: None.
    """
    value = client.get_bgp_node_mesh()
    print "on" if value else "off"
Example #2
0
def show_bgp_node_mesh():
    """
    Display the BGP node mesh setting.

    :return: None.
    """
    value = client.get_bgp_node_mesh()
    print "on" if value else "off"