Bug 130648

Summary: active-filter does not allow 'outbound' keyword
Product: [Fedora] Fedora Reporter: Enrico Scholz <rh-bugzilla>
Component: pppAssignee: Thomas Woerner <twoerner>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:05:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2004-08-23 13:21:46 UTC
Description of problem:

pppd fails on filter with 'outbound/inbound' qualifiers

| # pppd active-filter 'outbound'
| pppd: error in active-filter expression: inbound/outbound not
supported on linktype 0

Such kind of filter is required e.g. for idle-detection. They should
work because 'pppd' accepts the same expression like 'tcpdump':

| # tcpdump -i ppp0 'outbound' -nn
| tcpdump: verbose output suppressed, use -v or -vv for full protocol
decode


I suspect some changed behavior in the underlying libpcap: the
qualifiers are working on special devices only. On tcpdump it is given
by '-i ppp0', but with pppd, a default type will be assumed which does
not support it. But this is just a wild guess without looking at the code.


Version-Release number of selected component (if applicable):

ppp-2.4.2-3.FC2.1
libcap-1.10-18.1


How reproducible:

100%

Comment 1 Thomas Woerner 2004-08-23 13:23:15 UTC

*** This bug has been marked as a duplicate of 128053 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:05:13 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.