diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-04-13 12:32:27 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-04-13 12:32:27 +0200 |
commit | 71ca77169d5d3e67459e46841b8bdb95accd8c2a (patch) | |
tree | 7d357b53c645b77957eddef4cd24979bf0418051 /sysdep/unix/krt.h | |
parent | 4aef102be1e29d3450e53a20a6b2f96d50527139 (diff) |
Adds support for several Linux kernel route attributes.
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index ed61621f..c88bc484 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -30,6 +30,10 @@ struct kif_proto; #define KRF_INSTALLED 0x80 /* This route should be installed in the kernel */ + +#define EA_KRT_PREFSRC EA_CODE(EAP_KRT, 0) +#define EA_KRT_REALM EA_CODE(EAP_KRT, 1) + /* Whenever we recognize our own routes, we allow learing of foreign routes */ #ifdef CONFIG_SELF_CONSCIOUS |