Issue #16630 has been updated by eric sorenson.

Description updated
Status changed from Unreviewed to Needs More Information

Tero could I ask you to please attach an ifconfig file from a system with this 
kind of interface configuration as a file to this ticket? 

I would like to add it to the `spec/fixtures/ifconfig/` directory in the source 
repository and see whether we can adjust the code to account for it.

To be clear, do the interface facts work correctly without the filtering rules? 
----------------------------------------
Bug #16630: Spurious messages with OpenBSD ifconfig output with bridge rules
https://projects.puppetlabs.com/issues/16630#change-75818

Author: Tero Marttila
Status: Needs More Information
Priority: Normal
Assignee: 
Category: 
Target version: 2.0.0
Keywords: facter
Branch: 
Affected Facter version: 1.6.0


On OpenBSD 5.1 with ruby-puppet installed from packages:

`facter` displays spurious output:
<pre>
    $ facter
    block: no such interface
    block: no such interface
    block: no such interface
    pcidump: /dev/pci0: Permission denied
    block: no such interface
    block: no such interface
    block: no such interface
    architecture => amd64
</pre>
Presumeably due to the following part of `ifconfig` output:

<pre>
bridge0: flags=41<UP,RUNNING>
        groups: bridge
        priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp
        vlan1 flags=3<LEARNING,DISCOVER>
                port 5 ifpriority 0 ifcost 0
        em0 flags=7<LEARNING,DISCOVER,BLOCKNONIP>
                port 1 ifpriority 0 ifcost 0
block out on em0 src 00:24:21:ef:1b:de
</pre>

This comes from having a bridge device configured with ethernet-level filtering 
rules:

<pre>
    ifconfig bridge0 rule block out on em0 src aa:bb:cc:dd:ee
</pre>


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to