diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-11-19 18:03:27 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-11-19 18:03:27 +0100 |
commit | 01427d3f2b69a4ae1b616b380d4911a132ec450f (patch) | |
tree | 3120a959e3c94a1599446a315429dafaca29d12d /nest | |
parent | 391931d45686a807d322878d4b3d5c9634e2dbca (diff) | |
download | bird-01427d3f2b69a4ae1b616b380d4911a132ec450f.tar bird-01427d3f2b69a4ae1b616b380d4911a132ec450f.zip |
Remove some runaway debug messages and typos.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/iface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/iface.h b/nest/iface.h index 1936885..6b47a62 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -46,8 +46,8 @@ struct iface { #define IF_SHUTDOWN 0x10 /* Interface disappeared */ #define IF_LOOPBACK 0x20 #define IF_IGNORE 0x40 /* Not to be used by routing protocols (loopbacks etc.) */ -#define IF_ADMIN_UP 0x80 /* Administrative up (e.q. IFF_UP in Linux) */ -#define IF_LINK_UP 0x100 /* Link available (e.q. IFF_LOWER_UP in Linux) */ +#define IF_ADMIN_UP 0x80 /* Administrative up (e.g. IFF_UP in Linux) */ +#define IF_LINK_UP 0x100 /* Link available (e.g. IFF_LOWER_UP in Linux) */ #define IA_PRIMARY 0x10000 /* This address is primary */ #define IA_SECONDARY 0x20000 /* This address has been reported as secondary by the kernel */ |