diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-05-14 09:14:43 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-06-04 11:30:34 +0300 |
commit | 415f2236cb08027a93577255bfdf549e32c787d7 (patch) | |
tree | 6db41c0d5a5356831ff860586998b485698aac55 /lib/zebra.h | |
parent | c6bb5fb3e638b5b026f303dc0c5dbd60cd256ab2 (diff) | |
download | quagga-415f2236cb08027a93577255bfdf549e32c787d7.tar.bz2 quagga-415f2236cb08027a93577255bfdf549e32c787d7.tar.xz |
zebra: make ZEBRA_FLAG_CHANGED internal status
This flag is used internally in zebra only. And it makes no sense
to expose it over the zclient API, as having it set from client
could corrupt the internal state.
Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 3dc21dee..ae4b1825 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -464,7 +464,6 @@ extern const char *zserv_command_string (unsigned int command); #define ZEBRA_FLAG_BLACKHOLE 0x04 #define ZEBRA_FLAG_IBGP 0x08 #define ZEBRA_FLAG_SELECTED 0x10 -#define ZEBRA_FLAG_CHANGED 0x20 #define ZEBRA_FLAG_STATIC 0x40 #define ZEBRA_FLAG_REJECT 0x80 |