summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJiri Popelka <jpopelka@redhat.com>2012-01-20 13:52:12 +0100
committerJiri Popelka <jpopelka@redhat.com>2012-01-24 10:25:50 +0100
commita1de64793a9420bddf4dff308a244c5d2cb52d1b (patch)
tree6e76745e3a8afd8a8ce9d26eec1804c2ac474c75 /include
parent5fac03716e69e899932ed44e2210dca54a930381 (diff)
downloadnet-tools-a1de64793a9420bddf4dff308a244c5d2cb52d1b.tar.gz
net-tools-a1de64793a9420bddf4dff308a244c5d2cb52d1b.tar.bz2
net-tools-a1de64793a9420bddf4dff308a244c5d2cb52d1b.zip
Removed SET and GET of interface metrics
https://sourceforge.net/mailarchive/message.php?msg_id=28701120
Diffstat (limited to 'include')
-rw-r--r--include/interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/interface.h b/include/interface.h
index afc1297..f238f5f 100644
--- a/include/interface.h
+++ b/include/interface.h
@@ -32,7 +32,6 @@ struct interface {
char name[IFNAMSIZ]; /* interface name */
short type; /* if type */
short flags; /* various flags */
- int metric; /* routing metric */
int mtu; /* MTU value */
int tx_queue_len; /* transmit queue length */
struct ifmap map; /* hardware setup */