These represent our default routing table and its associated neighbour interface.
Signed-off-by: Guido Trotter <[email protected]> --- lib/constants.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/constants.py b/lib/constants.py index bd9d8f1..fa398ab 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -24,3 +24,5 @@ RELEASE_VERSION = _autoconf.PACKAGE_VERSION CONF_DIR = _autoconf.PKGSYSCONFDIR DEFAULT_CONF_FILE = CONF_DIR + "/common.conf" +DEFAULT_ROUTING_TABLE="100" +DEFAULT_NEIGHBOUR_INTERFACE="gtun0" -- 1.6.5
