(version uint8, software Software)
| 1866 | } |
| 1867 | |
| 1868 | func (b *HelloBody) string(version uint8, software Software) string { |
| 1869 | return fmt.Sprintf( |
| 1870 | "route_type: %s, instance :%d, sessionID: %d, receiveNotify: %d, synchronous: %d", |
| 1871 | b.redistDefault.String(), b.instance, b.sessionID, b.receiveNotify, b.synchronous) |
| 1872 | } |
| 1873 | |
| 1874 | type redistributeBody struct { |
| 1875 | afi afi |