14 lines
609 B
Go
14 lines
609 B
Go
package app
|
|
|
|
// ---------------------------------------------------------------------
|
|
// routesUpdate helpers: table identifiers
|
|
// ---------------------------------------------------------------------
|
|
|
|
func routesTableName() string { return "agvpn" }
|
|
|
|
// ---------------------------------------------------------------------
|
|
// EN: `routesTableNum` contains core logic for routes table num.
|
|
// RU: `routesTableNum` - содержит основную логику для routes table num.
|
|
// ---------------------------------------------------------------------
|
|
func routesTableNum() string { return "666" }
|