diff options
Diffstat (limited to 'zebra/zebra_pbr.h')
| -rw-r--r-- | zebra/zebra_pbr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_pbr.h b/zebra/zebra_pbr.h index c5102df4fa..33b8162a88 100644 --- a/zebra/zebra_pbr.h +++ b/zebra/zebra_pbr.h @@ -171,6 +171,9 @@ struct zebra_pbr_iptable { struct list *interface_name_list; +#define IPTABLE_INSTALL_QUEUED 1 << 1 +#define IPTABLE_UNINSTALL_QUEUED 1 << 2 + uint8_t internal_flags; char ipset_name[ZEBRA_IPSET_NAME_SIZE]; }; |
