diff options
author | ipinlnd <nlndipi@hotmail.com> | 2018-03-14 20:26:48 +0100 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-03-19 14:02:03 +0100 |
commit | b9347997d6be2ba45bbad97ab8a2ee8c670f37b0 (patch) | |
tree | 41f00621b7627b356b16a474956c0815bec3e25f /isisd/isis_pdu.h | |
parent | Merge pull request #1867 from LabNConsulting/working/master/indent2 (diff) | |
download | frr-b9347997d6be2ba45bbad97ab8a2ee8c670f37b0.tar.xz frr-b9347997d6be2ba45bbad97ab8a2ee8c670f37b0.zip |
isisd: Fixed the way isis reads from bpf
With this fix, we parse the bpf to process every packet read
Signed-off-by: Ali Rezaee nlndipi@hotmail.com
Diffstat (limited to 'isisd/isis_pdu.h')
-rw-r--r-- | isisd/isis_pdu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_pdu.h b/isisd/isis_pdu.h index 709676187..2d9100c10 100644 --- a/isisd/isis_pdu.h +++ b/isisd/isis_pdu.h @@ -215,5 +215,5 @@ int send_l2_psnp(struct thread *thread); int send_lsp(struct thread *thread); void fill_fixed_hdr(uint8_t pdu_type, struct stream *stream); int send_hello(struct isis_circuit *circuit, int level); - +int isis_handle_pdu(struct isis_circuit *circuit, u_char *ssnpa); #endif /* _ZEBRA_ISIS_PDU_H */ |