Whamcloud - gitweb
LU-14662 lnet: set eth routes needed for multi rail
[fs/lustre-release.git] / lnet / utils / lnetconfig / liblnetconfig.h
index 74ecf32..67403ec 100644 (file)
@@ -530,6 +530,15 @@ int lustre_lnet_show_max_intf(int seq_no, struct cYAML **show_rc,
 int lustre_lnet_calc_service_id(__u64 *service_id);
 
 /*
+ * lustre_lnet_setup_mrrouting
+ *    configure linux routing tables for tcp interfaces
+ *
+ *   err_rc - [OUT] struct cYAML tree describing the error. Freed by
+ *   caller
+ */
+int lustre_lnet_setup_mrrouting(struct cYAML **err_rc);
+
+/*
  * lustre_lnet_config_discovery
  *   Enable or disable peer discovery. Peer discovery is enabled by default.
  *