diff options
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-ip.h b/interface-ip.h index 5374d93..ec6d7fb 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -98,7 +98,7 @@ struct device_route { /* must be last */ enum device_addr_flags flags; - int metric; // there can be multiple routes to the same target + int metric; /* there can be multiple routes to the same target */ unsigned int table; unsigned int mask; unsigned int sourcemask; |