diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-06-20 14:06:31 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2018-06-28 11:08:58 +0200 |
| commit | 5ac5b7cc7e6ac1ba25e7cd07dd0949e2b62725ae (patch) | |
| tree | 00abf1389d43daea42b0be1f76d0ba7c7cd4d54f /zebra/zapi_msg.c | |
| parent | 6f5617d877674b85a7bdb923e71ab399ab6cab2f (diff) | |
zebra: handle policy routing fragment handling
incoming iptable entries with fragment parameter is handled.
An iptable context is created for each fragment value received from BGP.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'zebra/zapi_msg.c')
| -rw-r--r-- | zebra/zapi_msg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zapi_msg.c b/zebra/zapi_msg.c index dfbbb8e61f..32165ae789 100644 --- a/zebra/zapi_msg.c +++ b/zebra/zapi_msg.c @@ -2943,6 +2943,7 @@ static inline void zread_iptable(ZAPI_HANDLER_ARGS) STREAM_GETW(s, zpi.tcp_flags); STREAM_GETW(s, zpi.tcp_mask_flags); STREAM_GETC(s, zpi.dscp_value); + STREAM_GETC(s, zpi.fragment); STREAM_GETL(s, zpi.nb_interface); zebra_pbr_iptable_update_interfacelist(s, &zpi); |
