X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Froute.c;h=f09a1041f1f8aca3561a49001fc74680180462af;hb=fb7b6e7a0c966a88a682f656ca1caeb9a0583c5b;hp=52e7a69d4785058d942ae8da0789158182f8392b;hpb=f2ca99f9cec8d3a4a153163351fcd25545e50d83;p=meshlink diff --git a/src/route.c b/src/route.c index 52e7a69d..f09a1041 100644 --- a/src/route.c +++ b/src/route.c @@ -1,7 +1,6 @@ /* route.c -- routing - Copyright (C) 2000-2005 Ivo Timmermans, - 2000-2013 Guus Sliepen + Copyright (C) 2014 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +32,6 @@ bool decrement_ttl = false; bool directonly = false; bool priorityinheritance = false; int macexpire = 600; -bool overwrite_mac = false; mac_t mymac = {{0xFE, 0xFD, 0, 0, 0, 0}}; bool pcap = false;