diff options
| author | Juliusz Chroboczek <jch@pps.jussieu.fr> | 2012-02-14 08:49:57 +0100 | 
|---|---|---|
| committer | Paul Jakma <paul@quagga.net> | 2012-03-25 17:06:54 +0100 | 
| commit | 36329c02c36703cc2158c1c99b86045fed26d4ae (patch) | |
| tree | 64cebc900d5b528f5a85645f681a38b59e5ad669 /babeld/babel_interface.h | |
| parent | cb4b13d945a4b44282e59fa2be9ceda752420a13 (diff) | |
babeld: remove remains of standalone babeld's configuration code.
Standalone babeld has a configuration interface that is not used in
Quagga.  This removes a few bits of this code that survived the
port to Quagga.
Diffstat (limited to 'babeld/babel_interface.h')
| -rw-r--r-- | babeld/babel_interface.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/babeld/babel_interface.h b/babeld/babel_interface.h index 1761e3d9..94fd8e5d 100644 --- a/babeld/babel_interface.h +++ b/babeld/babel_interface.h @@ -91,8 +91,6 @@ static inline babel_interface_nfo* babel_get_if_nfo(struct interface *ifp)      return ((babel_interface_nfo*) ifp->info);  } -#define IF_CONF(_ifp, _field) babel_get_if_nfo(_ifp)->_field -  /* babel_interface_nfo flags */  #define BABEL_IF_IS_UP         (1 << 0)  #define BABEL_IF_WIRED         (1 << 1) | 
