[Bug 223552] setting ":sticky" option to cloned_interfaces, errors occurred when invoke a "netif start".

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 9 05:37:03 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223552

            Bug ID: 223552
           Summary: setting ":sticky" option to cloned_interfaces, errors
                    occurred when invoke a "netif start".
           Product: Base System
           Version: 11.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: hashiz at meridiani.jp

Created attachment 187874
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187874&action=edit
fix patch

stenmark% grep cloned_interfaces /etc/rc.conf
cloned_interfaces="gif0:sticky"
stenmark% sudo /etc/rc.d/netif start
ifconfig: interface gif0:sticky does not exist
eval: ${ifconfig_gif0:s...}: Bad substitution
eval: ${ifconfig_gif0:s...}: Bad substitution
eval: ${ipv6_prefix_gif0:s...}: Bad substitution
eval: ${ipv6_ifconfig_gif0:s...}: Bad substitution
eval: ${ipv4_addrs_gif0:s...}: Bad substitution
eval: ${ifconfig_gif0:s...}: Bad substitution
eval: ${ipv4_addrs_gif0:s...}: Bad substitution
eval: ${ifconfig_gif0:s...}: Bad substitution
eval: ${ifconfig_gif0:s...}: Bad substitution
eval: ${ifconfig_gif0:s...}: Bad substitution
eval: ${ifconfig_gif0:s...}: Bad substitution
eval: ${ipv4_addrs_gif0:s...}: Bad substitution
eval: ${ifconfig_gif0:s...}: Bad substitution
eval: ${wlans_gif0:s...}: Bad substitution
eval: ${vlans_gif0:s...}: Bad substitution
Starting Network: lo0 vtnet0 vtnet1 gif0:sticky.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo

- snip -

ifconfig: interface gif0:sticky does not exist
stenmark% ifconfig gif0
gif0: flags=8010<POINTOPOINT,MULTICAST> metric 0 mtu 1280
        options=80000<LINKSTATE>
        nd6 options=69<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL,NO_RADR>
        groups: gif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list