Could this be indicative of something with my problem?

I can't seem to list a "re" interface with ifconfig.

# uptime
 8:51PM  up 1 day,  8:09, 1 user, load averages: 0.12, 0.09, 0.08
# ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33200
        priority: 0
        groups: lo
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
re0:
flags=28b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST,NOINET6>
mtu
1500
        lladdr 00:30:18:a0:68:bb
        priority: 0
        media: Ethernet autoselect (1000baseT
full-duplex,master,rxpause,txpause)
        status: active
Segmentation fault (core dumped) <---------------------------------------

# ifconfig re2
re2: flags=28843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NOINET6> mtu 1500
        lladdr 00:30:18:af:14:48
        priority: 0
        groups: egress
        media: Ethernet autoselect (1000baseT full-duplex,master)
        status: active
Segmentation fault (core dumped) <---------------------------------------

# ifconfig carp3
carp3: flags=28843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NOINET6> mtu 1500
        lladdr 00:00:5e:00:01:14
        priority: 0
        carp: MASTER carpdev re0 vhid 20 advbase 1 advskew 0
        groups: carp
        status: master
        inet 192.168.20.1 netmask 0xffffff00 broadcast 192.168.20.255
#

Reply via email to