<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font face="Courier New, Courier, monospace">Hello, I need some help
      with my BIRD configuration file. I currently cannot figure out how
      to fix this issue (I'm a newbie!) and most of the other people
      that I know that use BIRD haven't been able to help me. So here I
      am.<br>
    </font>
    <p><font face="Courier New, Courier, monospace">Error:
        /etc/bird.conf:19:1 Channel not specified</font></p>
    <p><font face="Courier New, Courier, monospace">(Line 19 is the
        closing bracket of protocol static)<br>
      </font></p>
    <p><font face="Courier New, Courier, monospace">bird.conf:</font></p>
    <font face="Courier New, Courier, monospace">1   router id
      2.235.240.1;<br>
        1 <br>
        2 protocol bgp as6939 {<br>
        3     local as 207764;<br>
        4     source address 2001:470:12:a6::2;<br>
        5     ipv6 {<br>
        6     import all;<br>
        7     export filter {<br>
        8         if net ~ [2a0f:85c0:920::/48] then accept;<br>
        9         reject;<br>
       10     };<br>
       11     graceful restart on;<br>
       12     };<br>
       13     neighbor 2001:470:12:a6::1 as 6939;<br>
       14 }<br>
       15 <br>
       16 protocol static {<br>
       17     route 2a0f:85c0:920::/48 reject;<br>
       18 }<br>
       19 <br>
       20 protocol device {<br>
       21     scan time 10;<br>
       22 }</font>
    <p><font face="Courier New, Courier, monospace"><br>
      </font></p>
    <p><font face="Courier New, Courier, monospace">Thanks in advance.<br>
      </font></p>
  </body>
</html>