---

** [tickets:#1862] nid: Add support for multiple tipc bearers to 
configure_tipc**

**Status:** accepted
**Milestone:** 5.1.FC
**Created:** Mon Jun 06, 2016 09:19 AM UTC by Hung Nguyen
**Last Updated:** Mon Jun 06, 2016 09:19 AM UTC
**Owner:** Hung Nguyen


When TIPC is already configured, the script will check if it is configured 
properly.
In case of multiple tipc bearers, the script will fail to verify.

~~~
    configured_bearer=`tipc-config -b | grep -v Bearer | cut -d: -f2`
    opensaf_bearer=$ETH_NAME
    if [ $configured_bearer != $opensaf_bearer ]; then
        logger -t opensaf -s "TIPC bearer not configured to OpenSAF 
requirements, exiting..."
        exit 1
    fi
~~~


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to