• Alessandro Rubini's avatar
    pfilter: novlan: non need to split ip_uni and ip_ok rules · 9a266bba
    Alessandro Rubini authored
    This shortens the rule-set by one rule, making space for pdelay.
    
    IP is acceptable whether unicast or broadcast. Thus, remove the IP_UNI
    intermediate calculation and use only IP_OK.
    
    Most of the lines in this commit are a renaming of FRAME_OUR_MAC to
    FRAME_MAC_OK, with no real effect, because we'll coalesce all valid
    macs in a single bit (I planned to use it in this commit, but I did
    not, still I don't want to split the patch).
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    9a266bba
Name
Last commit
Last update
arch/lm32 Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
host Loading commit data...
include Loading commit data...
ipc Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ c93d7100
scripts Loading commit data...
sdb-lib Loading commit data...
shell Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
check-error.c Loading commit data...
dump-info.c Loading commit data...
revision.c Loading commit data...
system_checks.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrs_main.c Loading commit data...