<div dir="ltr">Hi All,<div><br></div><div>How could I include double quotation in bgp password?</div><div><br></div><div>in my config file</div><div><br></div><div><div>protocol bgp AS_64496 from ABC {</div><div>  description "BIRD BGP instance AS_64496";</div><div>  multihop;</div><div>  neighbor x.y.z.3 as 65002;</div><div>  source address a.b.c.29;     # What local address we use for the TCP connect</div><div>  password "a1s@"xyz";</div><div>  import all;</div><div>  export where proto = "static_bgp";</div><div>}</div></div><div><br></div><div>password "a1s@"xyz";<br></div><div><br></div><div>I tried to use \ to escape or use single quotation for password, the bird will give me this error</div><div><br></div><div>/opt/bird/etc/bird.conf, line 30: syntax error<br></div><div><br></div><div>What is the restriction on password?</div><div><br></div><div>Thanks</div><div>-Eugene</div></div>