看板 DFBSD_commit 關於我們 聯絡資訊
commit b6b45528f495af49bb63bc3af24bbd3a3906a9ce Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Sun Jun 7 14:04:03 2009 +0800 icmp: Bring in reply_src and reply_from_interface sysctl nodes. They act as fallback mechanism if proper inet address could not be found on the packet incoming interface. reply_from_interface: icmp reply from incoming interface for non-local packets reply_src: icmp reply source for non-local packets Obtained-from: FreeBSD Summary of changes: sys/netinet/ip_icmp.c | 60 +++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 53 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b6b45528f495af49bb63bc3af24bbd3a3906a9ce -- DragonFly BSD source repository