index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
eigrpd
/
packet.c
Age
Commit message (
Expand
)
Author
2023-12-14
Rewrite send_packet to update the eigrp header without using ibuf_seek.
Claudio Jeker
2023-07-03
Use ibuf_data() and ibuf_size() instead of accessing struct ibuf.
Claudio Jeker
2023-06-26
Start using the new ibuf API in eigrpd. One ibuf_seek() still left since
Claudio Jeker
2021-01-19
Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly.
Claudio Jeker
2021-01-19
Like in ospfd use a static pkt_ptr buffer
Claudio Jeker
2016-09-02
Make functions and variables static whenever possible.
Renato Westphal
2016-09-02
Merge the recv_packet_v[46] functions into one.
Renato Westphal
2016-09-02
Simplify handling of multicast addresses.
Renato Westphal
2016-09-02
Remove superfluous includes and follow style(9).
Renato Westphal
2016-04-15
Move several other variables out of eigrpd_conf.
Renato Westphal
2016-04-15
Minor fixes and code cleanup.
Renato Westphal
2016-02-21
Copy structs by assignment instead of memcpy.
Renato Westphal
2016-02-21
Introduce the bad_addr() family of functions.
Renato Westphal
2016-02-21
Several minor tweaks.
Renato Westphal
2016-02-21
Add scope id only for unicast IPv6 packets.
Renato Westphal
2016-01-15
Several fixes in the Conditionally Received (CR) mode.
Renato Westphal
2016-01-15
Split TLV constants into subcomponents to simplify the code.
Renato Westphal
2016-01-15
Avoid the use of inet_pton() whenever possible.
Renato Westphal
2015-12-13
Introduce new command to show traffic statistics.
Renato Westphal
2015-10-10
Fix detection of interface up/down events.
Renato Westphal
2015-10-04
Ignore IPv4 TLVs in IPv6 instances and vice-versa.
Renato Westphal
2015-10-04
Fix warnings and add safeguards to protect against corrupted data.
Renato Westphal
2015-10-02
Welcome eigrpd
Renato Westphal