Browse Source

utils/kamctl: removed unsupported commands to manage lcr gateways and routes

Juha Heinanen 15 years ago
parent
commit
d8d9165324
2 changed files with 0 additions and 30 deletions
  1. 0 15
      utils/kamctl/kamctl.8
  2. 0 15
      utils/kamctl/kamctl.base

+ 0 - 15
utils/kamctl/kamctl.8

@@ -57,26 +57,11 @@ Grant user membership(s) (*)
 .TP 16
 .TP 16
 .I  Least cost routes (lcr) managment command:
 .I  Least cost routes (lcr) managment command:
 .TP             
 .TP             
-.B lcr show 
-Show gateways and routes tables
-.TP
 .B lcr dump
 .B lcr dump
 Show in memory gateways and routes tables
 Show in memory gateways and routes tables
 .TP
 .TP
 .B lcr reload 
 .B lcr reload 
 Reload lcr gateways and routes
 Reload lcr gateways and routes
-.TP
-.B lcr addgw <gw_name> <ip> <port> <scheme> <transport> <grp_id> <flags> <tag> <strip> <weight> <hostname> <ping>
-Add a gateway with flags, tag, strip, weight, hostname, and ping (flags, tag, strip, weight, hostname, and ping are optional)
-.TP
-.B lcr rmgw <gw_name> 
-Delete a gateway
-.TP
-.B lcr addroute <prefix> <from> <grp_id> <prio>
-Add a route ( use '' to match anything in <from> )
-.TP
-.B lcr rmroute <prefix> <from> <grp_id> <prio>
-Delete a route
 
 
 .TP 16
 .TP 16
 .I Carrierroute tables('cr') managment commands:
 .I Carrierroute tables('cr') managment commands:

+ 0 - 15
utils/kamctl/kamctl.base

@@ -362,23 +362,8 @@ usage_lcr() {
 	mecho " -- command 'lcr' - manage least cost routes (lcr)"
 	mecho " -- command 'lcr' - manage least cost routes (lcr)"
 	echo
 	echo
 cat <<EOF
 cat <<EOF
-   * IP addresses must be entered in dotted quad format e.g. 1.2.3.4   *
-   * <uri_scheme> and <transport> must be entered in integer or text,  *
-   * e.g. transport '2' is identical to transport 'tcp'.               *
-   *   scheme: 1=sip, 2=sips;   transport: 1=udp, 2=tcp, 3=tls, 4=sctp *
-   * Examples:  lcr addgw level3 1.2.3.4 5080 sip tcp 1                *
-   *            lcr addroute +1 '' 1 1                                 *
- lcr show .......... show gateways and routes tables
  lcr dump .......... show in memory gateways and routes tables
  lcr dump .......... show in memory gateways and routes tables
  lcr reload ........ reload lcr gateways and routes
  lcr reload ........ reload lcr gateways and routes
- lcr addgw <gw_name> <ip> <port> <scheme> <transport> <grp_id> <flags> <tag> <strip> <weight> <hostname> <ping>
-           ......... add a gateway with flags, tag, strip, weight, hostname, and ping
-           ......... (flags, tag, strip, weight, hostname, and ping are optional)
- lcr rmgw <gw_name> delete a gateway
- lcr addroute <prefix> <from> <grp_id> <prio>
-           ......... add a route ( use '' to match anything in <from> )
- lcr rmroute <prefix> <from> <grp_id> <prio>
-           ......... delete a route
 EOF
 EOF
 }
 }
 USAGE_FUNCTIONS="$USAGE_FUNCTIONS usage_lcr"
 USAGE_FUNCTIONS="$USAGE_FUNCTIONS usage_lcr"